Remove illustrations from empty state, also center empty state content

This commit is contained in:
gamebrary 2024-08-21 15:08:21 -07:00
parent 9f00b58eb0
commit 9f05e9b3b7
5 changed files with 2 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -1,14 +1,6 @@
<template lang="html">
<div class="text-center pt-5 ml-auto mr-auto">
<b-img
v-if="illustration"
:src="`/illustrations/${illustration}.png`"
class="mb-4"
height="140"
>
</b-img>
<h2 v-if="title">{{ title }}</h2>
<div class="text-center m-auto align-content-center h-75">
<h1 v-if="title">{{ title }}</h1>
<p v-if="message">{{ message }}</p>
<slot />
</div>