feat: added tags on upload and view tweaked navbar #36
@@ -36,7 +36,7 @@
|
||||
<hr />
|
||||
{/if}
|
||||
<div class="tagContainer">
|
||||
{#each space.tags as tag}
|
||||
{#each space.tags as tag (tag)}
|
||||
<span class="tag">
|
||||
{tag}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user