Skip to content

Commit

Permalink
chore: welcome to (taiymeize)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed May 2, 2024
1 parent b31e21a commit b173f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/src/pages/welcome.setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div :class="$style.formContainer">
<form :class="$style.form" class="_panel" @submit.prevent="submit()">
<div :class="$style.title">
<div>Welcome to Misskey!</div>
<div>Welcome to taiyme!</div>
<div :class="$style.version">v{{ version }}</div>
</div>
<div class="_gaps_m" style="padding: 32px;">
Expand Down Expand Up @@ -74,8 +74,8 @@ function submit() {
min-height: 100svh;
padding: 32px 32px 64px 32px;
box-sizing: border-box;
display: grid;
place-content: center;
display: grid;
place-content: center;
}
.form {
Expand Down

0 comments on commit b173f77

Please sign in to comment.