update login

main
Ryan 2025-02-12 20:55:19 -05:00
parent 6b2dfaa149
commit 0c44acc307
3 changed files with 34 additions and 37 deletions

View File

@ -42,11 +42,10 @@
.logo {
display: block;
width: 8rem;
margin: .5rem 0;
margin: .75rem .5rem;
img {
max-width: 100%;
span {
font-size: 2rem;
}
}

View File

@ -44,8 +44,8 @@
<template>
<div class="banner">
<NuxtLink to="/" class="logo" >
<img src="/img/logo.svg" alt="tinysites" />
<NuxtLink class="logo" to="/">
<span class="icon-tinysites"></span>
</NuxtLink>
<div class="bottom">
<p class="copy"><span class="icon-copyright"></span> Inspin Digital LLC. All Rights Reserved.</p>

View File

@ -4,14 +4,13 @@
meta: [
{
name: 'description',
content: `Sign into your Tinysites account. Effortlessly design, edit, and launch your website with Tinysites.`
content: `Sign into your Tinysites account. Effortlessly design, edit, and launch one-page websites with Tinysites.`
},
],
})
definePageMeta({
layout: 'main',
middleware: ["dashboard"]
})
const credentials = reactive({
@ -80,6 +79,5 @@
</div>
</div>
</div>
</template>