Slight amendments, remove debug info

This commit is contained in:
Andrew Illarionov 2023-11-20 22:19:59 +03:00
parent 0cdee66c1d
commit a76d959431
2 changed files with 2 additions and 6 deletions

View File

@ -3,22 +3,18 @@ import { useQuasar } from 'quasar'
const quasar = useQuasar()
console.log(quasar.screen)
useHead({
titleTemplate: (chunk) => {
return !chunk || chunk === 'Enderman' ? 'Enderman' : `${chunk} Enderman`
},
})
// animate__animated-sm animate__delay-1-5s animate__fadeInDown
</script>
<template>
<NuxtLoadingIndicator color="purple" />
<div
id="ender-layout"
class="d-flex flex-column align-items-center pt-sm-5 h-100"
class="d-flex flex-column align-items-center pt-sm-5 h-100 animate__animated-sm animate__delay-1-5s animate__fadeInDown"
>
<NuxtLayout name="card">
<template #footer>

View File

@ -86,7 +86,7 @@ useHead({
</li>
</ul>
<p>
The list above is not exhaustive and only includes the most recent and the
The list above is not exhaustive and only includes the most recent and
largest projects I remembered while constructing this page.
</p>
</section>