Center logo and text for home page

This commit is contained in:
Lance Edgar 2023-01-07 12:55:48 -06:00
parent c1f3da15f1
commit df4cb06a49

View file

@ -1,5 +1,5 @@
<template>
<div>
<div class="has-text-centered">
<img :alt="`${appsettings.systemTitle} logo`" :src="appsettings.logo" />
<h1>Welcome to {{ appsettings.appTitle }}</h1>
</div>