We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89acf28 commit c861fbeCopy full SHA for c861fbe
1 file changed
src/layouts/BaseLayout.astro
@@ -113,7 +113,6 @@ const allLd = [websiteLd, ...jsonLd];
113
<span class="brand-name">{SITE.shortName}</span>
114
</a>
115
<nav aria-label="Primary">
116
- <a href="/">Browse</a>
117
<a href="/how-it-works/">How it works</a>
118
<a href="/get-started/">Get started</a>
119
<a href={SITE.repo.url} rel="noopener external">GitHub</a>
0 commit comments