Skip to content

Commit

Permalink
basedVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 committed Dec 18, 2024
1 parent 1e05931 commit b3a382f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/MkMigrated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
<div :class="$style.version">
<div>✨{{ version }}🚀</div>
<div style="font-size: 0.8em;">{{ basedCherrypickVersion }}</div>
<div style="font-size: 0.8em;">{{ basedMisskeyVersion }}</div>
<div style="font-size: 0.8em;">Cherrypick {{ basedCherrypickVersion }}</div>
<div style="font-size: 0.8em;">Misskey {{ basedMisskeyVersion }}</div>
</div>
<MkButton rounded full @click="whatIsNewYojo">{{ i18n.ts.whatIsNew }}</MkButton>
<MkButton :class="$style.gotIt" primary rounded full @click="close">{{ i18n.ts.gotIt }}</MkButton>
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/src/components/MkUpdated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
<div :class="$style.version">
<div>✨{{ version }}🚀</div>
<div style="font-size: 0.8em;">{{ basedCherrypickVersion }}</div>
<div style="font-size: 0.8em;">{{ basedMisskeyVersion }}</div>
<div style="font-size: 0.8em;">Cherrypick {{ basedCherrypickVersion }}</div>
<div style="font-size: 0.8em;">Misskey {{ basedMisskeyVersion }}</div>
</div>
<MkButton rounded full @click="whatIsNewYojo">{{ i18n.ts.whatIsNew }}</MkButton>
<MkButton :class="$style.gotIt" primary rounded full @click="close">{{ i18n.ts.gotIt }}</MkButton>
Expand Down

0 comments on commit b3a382f

Please sign in to comment.