mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
65185157a9
1 changed files with 6 additions and 1 deletions
|
|
@ -78,7 +78,12 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-else-if="summonerNotFound">
|
<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>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue