fix: typo
This commit is contained in:
parent
0b709c93a8
commit
d9ba1a0b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
</div>
|
||||
|
||||
{#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">
|
||||
{#each otherSources as source}
|
||||
<a href="/sources/{source.id}" class="no-underline p-2 w-96">
|
||||
|
|
|
|||
Loading…
Reference in a new issue