Skip to content

Commit

Permalink
fix: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Jun 12, 2024
1 parent 6548b06 commit f09b305
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const App = () => {
/>
}
/>
<Route exact path="/register" element={<Register />} />

<Route exact path="/coc" element={<CodeofConduct />} />
<Route exact path="/brand" element={<Brand />} />
<Route exact path="/tg" element={<Telegram />} />
Expand Down
Binary file modified src/assets/images/SponsorImages/avax.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Home = () => {
<Landing />
{window.innerWidth < 600 && <Marquee />}
<Timer />
<Timeline />
{/* <Timeline /> */}
<About />
<Venue />
<Theme />
Expand Down

0 comments on commit f09b305

Please sign in to comment.