fix: typo
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if otherSources.length > 0 && $session.teamId === '0'}
|
{#if otherSources.length > 0 && $session.teamId === '0'}
|
||||||
<div class="text-xl font-bold pb-5 pt-10 px-6">Other Srouces</div>
|
<div class="text-xl font-bold pb-5 pt-10 px-6">Other Sources</div>
|
||||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||||
{#each otherSources as source}
|
{#each otherSources as source}
|
||||||
<a href="/sources/{source.id}" class="no-underline p-2 w-96">
|
<a href="/sources/{source.id}" class="no-underline p-2 w-96">
|
||||||
|
Reference in New Issue
Block a user