chore: write a bit more semantic markup

This commit is contained in:
Marios Antonoudiou
2023-12-18 12:52:48 +02:00
parent 691a349b98
commit 1a01fa927a
6 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ const currentYear = new Date().getFullYear();
</script>
<template>
<UContainer class="flex flex-col gap-5">
<UContainer class="flex flex-col gap-5" as="footer">
<div class="text-sm text-gray-400">
© Marios Antonoudiou {{ currentYear }} - 🏛 Athens, Greece
</div>