fix: typo
This commit is contained in:
parent
0b709c93a8
commit
d9ba1a0b5c
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user