Skip to content

Commit

Permalink
Revert "add special entrance page (#616)"
Browse files Browse the repository at this point in the history
This reverts commit 8775333.
  • Loading branch information
u1-liquid committed Apr 30, 2024
1 parent 6b1b7fd commit 1e2e858
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 236 deletions.
Binary file removed packages/frontend/assets/entrance-extra-1.png
Binary file not shown.
Binary file removed packages/frontend/assets/entrance-extra-2.png
Binary file not shown.
Binary file removed packages/frontend/assets/entrance-extra-3.png
Binary file not shown.
235 changes: 0 additions & 235 deletions packages/frontend/src/pages/welcome.entrance.special.vue

This file was deleted.

2 changes: 1 addition & 1 deletion packages/frontend/src/pages/welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
import { computed, ref } from 'vue';
import * as Misskey from 'misskey-js';
import XSetup from './welcome.setup.vue';
import XEntrance from './welcome.entrance.special.vue';
import XEntrance from './welcome.entrance.a.vue';
import { instanceName } from '@/config.js';
import { misskeyApi } from '@/scripts/misskey-api.js';
import { definePageMetadata } from '@/scripts/page-metadata.js';
Expand Down

0 comments on commit 1e2e858

Please sign in to comment.