Skip to content

Commit

Permalink
Merge pull request #13 from dustinws/dev
Browse files Browse the repository at this point in the history
chore(deps): remove pre jump txt file
  • Loading branch information
dustinws authored Aug 19, 2022
2 parents 83e7b50 + 9502788 commit d344010
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Empty file removed prejump
Empty file.
12 changes: 5 additions & 7 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ export default function App() {
return (
<div className="h-full min-h-screen w-screen">
<Header />
<div className="mt-20">
<Routes>
<Route path="/" element={<Landing />} />
<Route path="/creeds/:slug" element={<Creed />} />
<Route path="/creeds/:slug/practice" element={<Practice />} />
</Routes>
</div>
<Routes>
<Route path="/" element={<Landing />} />
<Route path="/creeds/:slug" element={<Creed />} />
<Route path="/creeds/:slug/practice" element={<Practice />} />
</Routes>
</div>
);
}
Binary file modified usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d344010

Please sign in to comment.