We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a81f0 commit 3a0bb15Copy full SHA for 3a0bb15
1 file changed
src/design/components/footer/index.tsx
@@ -6,7 +6,7 @@ export function Footer({ config }: { config: SiteConfig }) {
6
<footer class="site-footer">
7
<nav aria-label="Footer">
8
<ul>
9
- <li><a href={url('/work/', config.basePath)}>Work</a></li>
+ <li><a href={url('/', config.basePath)}>Home</a></li>
10
<li><a href={url('/commitment/', config.basePath)}>Commitment</a></li>
11
<li><a href={url('/about/', config.basePath)}>About</a></li>
12
<li><a href={url('/design-system/', config.basePath)}>Design system</a></li>
0 commit comments