mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 06:41:16 +00:00
Add contact info
This commit is contained in:
parent
bc512c194f
commit
432f8049e9
1 changed files with 4 additions and 1 deletions
|
|
@ -122,7 +122,10 @@ import MangadexItems from '../components/mangadexItems.svelte';
|
|||
</div>
|
||||
|
||||
<div class="flex">
|
||||
<button on:click={randomManga} disabled={randomMangaLoading}>Random</button>
|
||||
<div>
|
||||
<button on:click={randomManga} disabled={randomMangaLoading}>Random</button>
|
||||
<a href="https://discord.gg/XKPbz5xRuK">Made by TechmandanCZ#3372</a>
|
||||
</div>
|
||||
{#if isLogedIn()}
|
||||
{#await userDetails then userDetails}
|
||||
<a href="https://anilist.co/user/{userDetails.data.User.name}" target="_blank">
|
||||
|
|
|
|||
Loading…
Reference in a new issue