Skip to content

Commit 5546c4e

Browse files
committed
chore: add navlink
1 parent d5b3df0 commit 5546c4e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/root.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,13 @@ function App() {
267267
>
268268
Contact
269269
</Link>
270+
<Link
271+
className="text-lg font-medium underline-offset-4 hover:underline"
272+
to="/bucnation"
273+
onClick={() => setNavOpen(false)}
274+
>
275+
Buc Nation
276+
</Link>
270277
</nav>
271278
</SheetContent>
272279
</Sheet>

public/site.webmanifest

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "lucasb.dev",
33
"short_name": "lucasb.dev",
4+
"description": "Personal website for software engineer lucas b",
45
"start_url": "/",
56
"icons": [
67
{

0 commit comments

Comments
 (0)