Skip to content

Commit 6d45c66

Browse files
author
Justin Kimbrell
committed
docs: fix broken links
1 parent d7ba7dd commit 6d45c66

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export default defineConfig({
8484
lastUpdated: true,
8585
themeConfig: {
8686
// https://vitepress.dev/reference/default-theme-config
87+
logo: '/logo.png',
8788
search: {
8889
provider: 'local'
8990
},

docs/packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ All packages combine [Vue.js](https://vuejs.org/) and [TailwindCSS v4](https://t
88
- [Button](/packages/btn)
99
- [Button Activity](/packages/btn-activity)
1010
- [Button Dropdown](/packages/btn-dropdown)
11-
- [Button Group](/packages/btn/btn-group)
11+
- [Button Group](/packages/btn-group)
1212
- [Checkbox Field](/packages/checkbox-field)
1313
- [Dropdown Menu](/packages/dropdown-menu)
14-
- [Forms](/packages/form-control/forms)
15-
- [Form Check](/packages/form-control/form-check)
16-
- [Form Control](/packages/form-control/form-control)
17-
- [Form Select](/packages/form-control/form-select)
18-
- [Form Switch](/packages/form-control/form-switch)
14+
- [Forms](/packages/forms)
15+
- [Form Check](/packages/form-check)
16+
- [Form Control](/packages/form-control)
17+
- [Form Select](/packages/form-select)
18+
- [Form Switch](/packages/form-switch)
1919
- [Input Field](/packages/input-field)
2020
- [Light Switch Field](/packages/light-switch-field)
2121
- [Modal](/packages/modal)

docs/public/logo.png

345 KB
Loading

0 commit comments

Comments
 (0)