forked from Mirrors/elk
chore: update github link
This commit is contained in:
parent
ad3d5efb11
commit
802a168051
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ const buildTimeAgo = useTimeAgo(buildTime)
|
||||||
</div>
|
</div>
|
||||||
<a cursor-pointer hover:underline @click="openPreviewHelp">Show intro</a>
|
<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 <span :title="buildTime">{{ buildTimeAgo }}</span> · <a href="https://github.com/antfu/elk" target="_blank">GitHub</a></div>
|
<div>Built <span :title="buildTime">{{ buildTimeAgo }}</span> · <a href="https://github.com/elk-zone/elk" target="_blank">GitHub</a></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue