Skip to content

Commit 4dd911b

Browse files
committed
feat(header): drop Work, add Home to primary nav
1 parent 29c8b51 commit 4dd911b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/design/components/header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function Header({ config }: { config: SiteConfig }) {
2929
<nav aria-label="Primary" id="primary-nav" popover="auto">
3030
<ul>
3131
<li>
32-
<a href={url('/work/', config.basePath)}>Work</a>
32+
<a href={url('/', config.basePath)}>Home</a>
3333
</li>
3434
<li>
3535
<a href={url('/commitment/', config.basePath)}>Commitment</a>

0 commit comments

Comments
 (0)