We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd0a43 commit b4de310Copy full SHA for b4de310
1 file changed
packages/docs/src/components/Navbar.astro
@@ -26,7 +26,6 @@ const pathname = Astro.url.pathname
26
>Glossary</a
27
>
28
<a href="https://e18e.dev" class="nav-link">e18e.dev</a>
29
- <a href="https://e18e.dev/blog" class="nav-link">Blog</a>
30
</nav>
31
32
<button
@@ -193,7 +192,6 @@ const pathname = Astro.url.pathname
193
192
>Run Time</a
194
195
<a href="https://e18e.dev" class="mobile-nav-link">e18e.dev</a>
196
- <a href="https://e18e.dev/blog" class="mobile-nav-link">Blog</a>
197
</div>
198
</header>
199
0 commit comments