Skip to content

Commit

Permalink
improve(ui): remove about page
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnts committed Oct 8, 2023
1 parent 393b329 commit 44324b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
3 changes: 0 additions & 3 deletions packages/ui/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ import { Toaster } from "sonner";
<li>
<a href="https://github.com/sdnts/blobs" target="_blank">SOURCE</a>
</li>
<li>
<a href="/about">ABOUT</a>
</li>
</ul>
</nav>
</header>
Expand Down
22 changes: 0 additions & 22 deletions packages/ui/src/pages/about.astro

This file was deleted.

1 change: 1 addition & 0 deletions packages/ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const config: Config = {
},
fontFamily: {
sans: ["Merchant", "Impact"],
secondary: ["ui-sans-serif"],
},
},
plugins: [],
Expand Down

0 comments on commit 44324b5

Please sign in to comment.