chore: use orange heart (#158)

This commit is contained in:
Shinigami 2022-11-27 09:40:41 +01:00 committed by GitHub
parent 6c795d52ad
commit cedb511681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
/>
</div>
<a cursor-pointer hover:underline @click="openPreviewHelp">Show intro</a>
<div>A Mastodon client made with 💛</div>
<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>
</template>