Skip to content

Commit

Permalink
Toggle off About page for now
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Sep 15, 2023
1 parent 8966cfd commit 48a8091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Nav.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
export let title: { large: string, small: string, href: string } | null = { large: "ADDISON BECK", small: "AB:", href: "/" };
export let sections: { title: string, href: string }[] = [
{ title: "about", href: "about" },
// { title: "about", href: "about" },
{ title: "resume", href: "resume" },
{ title: "contact", href: "contact" },
]
Expand Down

0 comments on commit 48a8091

Please sign in to comment.