Skip to content

Commit 8e79843

Browse files
committed
fix: fix more links
1 parent d20bd0f commit 8e79843

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

src/views/pages/docs/theming.vue

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,29 @@
33
<template #title>Theming</template>
44
<template #subtitle>Customize the apperance for your project</template>
55
<template #notice>
6-
Vue Zephyr is in early development. There could be significant changes, so
7-
please use with caution. Follow us on
8-
<Link href="https://twitter.com/usezephyr" external>Twitter</Link> for
9-
updates.
6+
This project is in early development. There still may be significant
7+
changes in the future, so please use with caution. Follow us on
8+
<Anchor
9+
variant="primary"
10+
classAppend="space-x-1"
11+
classRemove="space-x-2"
12+
href="https://twitter.com/usezephyr"
13+
newTab
14+
>Twitter</Anchor
15+
>
16+
for updates.
1017
</template>
1118
</DocHeader>
1219
</template>
1320

1421
<script lang="ts">
1522
import { defineComponent } from "vue";
1623
import DocHeader from "@/views/components/DocHeader.vue";
17-
import Link from "@/views/components/Link.vue";
1824
1925
export default defineComponent({
2026
layout: "doc",
2127
components: {
2228
DocHeader,
23-
Link,
2429
},
2530
setup() {
2631
return {};

src/views/pages/index/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Link
3737
variant="primary"
3838
:class="tw`space-x-2 py-4 px-4`"
39-
to="/guides/getting-started"
39+
to="/docs/install"
4040
styled
4141
>
4242
<div>Get Started</div>

0 commit comments

Comments
 (0)