Skip to content

Commit

Permalink
refactor(auth layout): minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Dec 6, 2023
1 parent e2fb63e commit 98d1a3a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
9 changes: 5 additions & 4 deletions layouts/auth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<div class="flex-1 flex">
<div class="md:w-1/3 w-full flex flex-col justify-between">
<div class="px-8 mt-10">
<h1 class="text-lg font-semibold text-gray-900">
<n-text class="text-lg font-semibold">
Nuxt starter
</h1>
<h1 class="text-lg font-semibold text-gray-500">
</n-text>
<br>
<n-text class="text-lg" :depth="3">
{{ title }}
</h1>
</n-text>
</div>

<div class="px-8 py-4 max-w-sm mx-auto w-full">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"node": ">=18.0.0"
},
"devDependencies": {
"@bg-dev/nuxt-auth": "^2.3.3",
"@bg-dev/nuxt-naiveui": "^1.6.1",
"@bg-dev/nuxt-auth": "^2.3.4",
"@bg-dev/nuxt-naiveui": "1.6.2",
"@nuxt/devtools": "^1.0.2",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
Expand Down
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98d1a3a

Please sign in to comment.