chore: rename to Elk
This commit is contained in:
parent
674879cb7f
commit
129e12c217
12 changed files with 35 additions and 69 deletions
|
@ -8,7 +8,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
|
|||
<template>
|
||||
<div p4 text-sm op25 flex="~ col">
|
||||
<button i-ri-sun-line dark:i-ri-moon-line text-lg mb4 @click="toggleDark()" />
|
||||
<div>A Mastodon client by Nuxt</div>
|
||||
<div>Built <span :title="buildTime">{{ buildTimeAgo }}</span> · <a href="https://github.com/antfu/nuxtodon" target="_blank">GitHub</a></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>
|
||||
</template>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<NuxtLink flex text-2xl gap-2 to="/">
|
||||
<img aria-label="Nuxtodon Logo" src="/nuxtodon.svg" width="25" height="25">
|
||||
<img aria-label="Elk Logo" src="/logo.svg" width="25" height="25">
|
||||
<div>
|
||||
Nuxtodon <sup text-sm italic op50 mt-1>Prototype</sup>
|
||||
Elk <sup text-sm italic op50 mt-1>alpha</sup>
|
||||
</div>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
|
|
@ -12,7 +12,7 @@ const {
|
|||
}>()
|
||||
|
||||
let isSending = $ref(false)
|
||||
const storageKey = `nuxtodon-draft-${draftKey}`
|
||||
const storageKey = `elk-draft-${draftKey}`
|
||||
function getDefaultStatus(): CreateStatusParamsWithStatus {
|
||||
return {
|
||||
status: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue