Skip to content

Commit

Permalink
fix: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JasKang committed Jul 4, 2023
1 parent e16179c commit cb02bee
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 321 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
registry=https://registry.npmmirror.com/
6 changes: 1 addition & 5 deletions docs/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,12 @@ const { frontmatter } = useData()
<div class="relative ml-auto hidden items-center lg:flex">
<nav class="text-sm font-semibold leading-6 text-slate-700 dark:text-slate-200" translate="no">
<ul class="flex space-x-8">
<li>
<a class="hover:text-primary-500 dark:hover:text-primary-400" href="/docs/installation">Docs</a>
</li>
<li>
<a href="/components/button" class="hover:text-primary-500 dark:hover:text-primary-400">
Components
</a>
</li>
<li><a class="hover:text-primary-500 dark:hover:text-primary-400" href="/blog">Blog</a></li>
<li><a class="hover:text-primary-500 dark:hover:text-primary-400" href="/showcase">Showcase</a></li>
<li><a class="hover:text-primary-500 dark:hover:text-primary-400" target="_blank" href="https://github.com/JasKang/tailv">Github</a></li>
<li>
<TSwitch v-model:checked="isDark">
<template #on><MoonIcon class="text-gray-900" /></template>
Expand Down
122 changes: 0 additions & 122 deletions docs/App.vue

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@vueuse/components": "^10.2.1",
"@vueuse/core": "^10.2.1",
"body-scroll-lock": "4.0.0-beta.0",
"kotl": "^1.2.1",
"kotl": "^1.2.2",
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
Expand Down
Loading

1 comment on commit cb02bee

@vercel
Copy link

@vercel vercel bot commented on cb02bee Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.