Improve link styling
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
{#each subscriptions as sub}
|
||||
<article>
|
||||
<nav>
|
||||
<a href={`/channel/${sub.authorId}`} class="link"><h6>{sub.author}</h6></a>
|
||||
<a href={`/channel/${sub.authorId}`}><h6>{sub.author}</h6></a>
|
||||
<div class="max"></div>
|
||||
<button on:click={async () => unsubscribe(sub.authorId)} class="border"> Unsubscribe </button>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user