Merge remote-tracking branch 'origin/master'

This commit is contained in:
Valentin Kaelin 2019-10-08 21:54:56 +02:00
commit 65185157a9

View file

@ -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>