mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
feat: add a real error message if the summoner isn't found
This commit is contained in:
parent
7f72112bc5
commit
a3b8282911
1 changed files with 6 additions and 1 deletions
|
|
@ -106,7 +106,12 @@
|
|||
</template>
|
||||
|
||||
<template v-else-if="summonerNotFound">
|
||||
<p>Player can't be found.</p>
|
||||
<div class="mt-12 flex justify-center">
|
||||
<div class="bg-gradient px-4 py-3 rounded-lg text-center text-lg text-blue-100 font-bold">
|
||||
<div>Player can't be found.</div>
|
||||
<div>😕</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue