Skip to content

Commit fc6e4ab

Browse files
tommcnNGPixel
andauthored
feat: add link to admin area on welcome page (#4035)
* feat: Add link to admin area on welcome page See: #1259 * fix: remove trailing slash from welcome admin button * fix: welcome page admin button link Co-authored-by: Nicolas Giard <github@ngpixel.com>
1 parent 0bc93e9 commit fc6e4ab

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

client/components/welcome.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
img.animated.fadeIn(src='/_assets/svg/logo-wikijs.svg', alt='Wiki.js')
66
.headline.animated.fadeInUp {{ $t('welcome.title') }}
77
.subtitle-1.mt-3.animated.fadeInUp.wait-p1s {{ $t('welcome.subtitle') }}
8-
v-btn.mt-5.animated.fadeInUp.wait-p2s(color='primary', :href='`/e/` + locale + `/home`', x-large)
9-
v-icon(left) mdi-plus
10-
span {{ $t('welcome.createhome') }}
8+
div
9+
v-btn.mt-5.mx-3.animated.fadeInUp.wait-p2s(color='primary', :href='`/e/` + locale + `/home`', x-large)
10+
v-icon(left) mdi-plus
11+
span {{ $t('welcome.createhome') }}
12+
v-btn.mt-5.mx-3.animated.fadeInUp.wait-p3s(color='primary', href='/a', x-large)
13+
v-icon(left) mdi-view-dashboard
14+
span {{ $t('welcome.goadmin') }}
15+
1116
</template>
1217

1318
<script>

0 commit comments

Comments
 (0)