diff --git a/.github/workflows/nuxthub.yml b/.github/workflows/nuxthub.yml
index 4d0c3b2..330a084 100644
--- a/.github/workflows/nuxthub.yml
+++ b/.github/workflows/nuxthub.yml
@@ -3,7 +3,7 @@ on: push
jobs:
deploy:
- name: "Deploy to NuxtHub"
+ name: Deploy to NuxtHub
runs-on: ubuntu-latest
environment:
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
- cache: 'pnpm'
+ cache: pnpm
- name: Install dependencies
run: pnpm install
@@ -32,4 +32,4 @@ jobs:
- name: Deploy to NuxtHub
uses: nuxt-hub/action@v1
- id: deploy
\ No newline at end of file
+ id: deploy
diff --git a/app/components/AppBackground.vue b/app/components/AppBackground.vue
index 6eeb299..4ca23a7 100644
--- a/app/components/AppBackground.vue
+++ b/app/components/AppBackground.vue
@@ -1,12 +1,14 @@
diff --git a/app/components/uses/List.vue b/app/components/uses/List.vue
index c4f8f86..80f9dfd 100644
--- a/app/components/uses/List.vue
+++ b/app/components/uses/List.vue
@@ -1,7 +1,7 @@