Skip to content

Commit

Permalink
Resolve merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Apr 23, 2024
1 parent 5393743 commit d286b0f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions dapp/src/DApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import {
SidebarContextProvider,
WalletContextProvider,
} from "./contexts"
import { AcreSdkProvider } from "./acre-react/contexts"
import GlobalStyles from "./components/GlobalStyles"
import { router } from "./router"
import { useInitApp } from "./hooks"
import { Router } from "./router"
import { store } from "./store"
Expand Down
2 changes: 1 addition & 1 deletion dapp/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Navigation } from "./Navigation"
// TODO: To be adjusted after project pivot/cleanup
const NAVIGATION_ITEMS: NavigationItemType[] = [
{ label: "Season 1", href: routerPath.home },
{ label: "Dashboard", href: routerPath.overview },
{ label: "Dashboard", href: routerPath.dashboard },
]

export default function Header() {
Expand Down
1 change: 0 additions & 1 deletion dapp/src/components/shared/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useState } from "react"
import { Box, BoxProps } from "@chakra-ui/react"
import { AnimatePresence, motion, Variants } from "framer-motion"
import { useLocation, useOutlet } from "react-router-dom"
import Header from "../Header"
Expand Down
1 change: 0 additions & 1 deletion dapp/src/router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import LandingPage from "#/pages/LandingPage"
import Layout from "#/components/shared/Layout"
import ActivityPage from "#/pages/ActivityPage"
import DashboardPage from "#/pages/DashboardPage"
import Layout from "#/components/shared/Layout"
import { routerPath } from "./path"

export function Router() {
Expand Down

0 comments on commit d286b0f

Please sign in to comment.