fix: use some more semantic elements
This commit is contained in:
parent
d0ec3676b8
commit
d40b27982c
4 changed files with 10 additions and 8 deletions
|
@ -4,7 +4,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div p4 text-sm text-secondary-light flex="~ col">
|
||||
<footer p4 text-sm text-secondary-light flex="~ col">
|
||||
<div flex="~ gap2">
|
||||
<button i-ri-sun-line dark:i-ri-moon-line text-lg mb4 @click="toggleDark()" />
|
||||
<button
|
||||
|
@ -13,8 +13,10 @@ const buildTimeAgo = useTimeAgo(buildTime)
|
|||
@click="toggleZenMode()"
|
||||
/>
|
||||
</div>
|
||||
<a cursor-pointer hover:underline @click="openPreviewHelp">Show intro</a>
|
||||
<button cursor-pointer hover:underline @click="openPreviewHelp">
|
||||
Show intro
|
||||
</button>
|
||||
<div>A Mastodon client made with 🧡</div>
|
||||
<div>Built <time :datetime="buildTime" :title="buildTime">{{ buildTimeAgo }}</time> · <a href="https://github.com/elk-zone/elk" target="_blank">GitHub</a></div>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue