Update src/lib/components/navbar.svelte

Co-authored-by: Yash Singh <saiansh2525@gmail.com>
This commit is contained in:
Sidharth Vinod
2021-09-17 18:43:40 +05:30
committed by GitHub
co-authored by Yash Singh
parent 8e6898b5d5
commit 91fe1911fb
+1 -1
View File
@@ -61,7 +61,7 @@
<ul class="lg:flex items-center justify-between text-base pt-4 lg:pt-0">
{#each links as { title, href, icon }}
<li>
<a class="btn btn-ghost " target="_blank" {href}>
<a class="btn btn-ghost" target="_blank" {href}>
{#if icon}
<i class={icon} />
{/if}