diff --git a/README.md b/README.md
index d90610e..ee992c2 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,6 @@ Make sure to install the dependencies:
# yarn
yarn install
-# npm
-npm install
-
-# pnpm
-pnpm install --shamefully-hoist
```
## Development Server
@@ -22,7 +17,7 @@ pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
```bash
-npm run dev
+yarn dev
```
## Production
@@ -30,13 +25,13 @@ npm run dev
Build the application for production:
```bash
-npm run build
+yarn build
```
Locally preview production build:
```bash
-npm run preview
+yarn preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.
diff --git a/app.vue b/app.vue
index 519743d..b802e1e 100644
--- a/app.vue
+++ b/app.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/components.d.ts b/components.d.ts
index dc5d1ea..22693f2 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -8,11 +8,6 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
'IconIc:baselineAdd': typeof import('~icons/ic/baseline-add')['default']
- 'IconMaterialSymbols:add': typeof import('~icons/material-symbols/add')['default']
- 'IconSimpleIcons:add': typeof import('~icons/simple-icons/add')['default']
- 'IconSimpleIcons:addthis': typeof import('~icons/simple-icons/addthis')['default']
- 'IconSimpleIcons:nuxtdotjs': typeof import('~icons/simple-icons/nuxtdotjs')['default']
- 'IconSimpleIcons:plus': typeof import('~icons/simple-icons/plus')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
diff --git a/components/cosetta.vue b/components/cosetta.vue
index 1d19909..a7c49df 100644
--- a/components/cosetta.vue
+++ b/components/cosetta.vue
@@ -7,13 +7,13 @@ const { cosetta } = defineProps({
})
-
-
-
-
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/header.vue b/components/header.vue
index 0b58fe5..b8b9e9d 100644
--- a/components/header.vue
+++ b/components/header.vue
@@ -13,7 +13,7 @@
@@ -23,9 +23,9 @@
diff --git a/pages/c/[cosetta].vue b/pages/c/[cosetta].vue
index d1eeabc..9dbf76a 100644
--- a/pages/c/[cosetta].vue
+++ b/pages/c/[cosetta].vue
@@ -1,14 +1,35 @@