feat: remove unused links

This commit is contained in:
Arman
2022-08-11 11:20:30 +02:00
parent 484443485f
commit 8da86b532b
-18
View File
@@ -58,24 +58,6 @@
<span class="text">Functions</span>
</a>
</li>
<li class="drop-list-item">
<a
class="drop-button"
class:is-selected={$page.url.pathname.startsWith(`${path}/webhooks`)}
href={`${path}/webhooks`}>
<span class="icon-link" aria-hidden="true" />
<span class="text">Webhooks</span>
</a>
</li>
<li class="drop-list-item">
<a
class="drop-button"
class:is-selected={$page.url.pathname.startsWith(`${path}/keys`)}
href={`${path}/keys`}>
<span class="icon-key" aria-hidden="true" />
<span class="text">API Keys</span>
</a>
</li>
</ul>
</section>
</div>