diff --git a/components/tag/TagActionButton.vue b/components/tag/TagActionButton.vue
new file mode 100644
index 00000000..ba23f508
--- /dev/null
+++ b/components/tag/TagActionButton.vue
@@ -0,0 +1,36 @@
+
+
+
+
+
diff --git a/package.json b/package.json
index e0e7d106..f97cc6f3 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"js-yaml": "^4.1.0",
"lint-staged": "^13.0.4",
"lru-cache": "^7.14.1",
- "masto": "^4.6.10",
+ "masto": "^4.7.0-rc1",
"nuxt": "^3.0.0",
"parse5": "^7.1.2",
"pinia": "^2.0.26",
diff --git a/pages/tags/[tag].vue b/pages/tags/[tag].vue
index e228f83e..e58a18de 100644
--- a/pages/tags/[tag].vue
+++ b/pages/tags/[tag].vue
@@ -1,20 +1,34 @@
- #{{ tag }}
+ #{{ tagName }}
+
+
+
+
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e49aa7b0..546d127f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -38,7 +38,7 @@ specifiers:
js-yaml: ^4.1.0
lint-staged: ^13.0.4
lru-cache: ^7.14.1
- masto: ^4.6.10
+ masto: ^4.7.0-rc1
nuxt: ^3.0.0
parse5: ^7.1.2
pinia: ^2.0.26
@@ -96,7 +96,7 @@ devDependencies:
js-yaml: 4.1.0
lint-staged: 13.0.4
lru-cache: 7.14.1
- masto: 4.6.10
+ masto: 4.7.0-rc1
nuxt: 3.0.0_hsf322ms6xhhd4b5ne6lb74y4a
parse5: 7.1.2
pinia: 2.0.26_typescript@4.9.3
@@ -5497,8 +5497,8 @@ packages:
semver: 6.3.0
dev: true
- /masto/4.6.10:
- resolution: {integrity: sha512-CNc2kmKPxUk+C/kq9qPZQh+zyrfVzoSFjadRHkqALN133/RxkHuF4cizxS7yXncfU4c9vtvCOnmYkmnr1lKM5A==}
+ /masto/4.7.0-rc1:
+ resolution: {integrity: sha512-aGd5Q0DNuWcRfvfweV10cwZx7o3VSnEv2J3q3ou1GfX+bZp2KPprenjMowFpbD+Mn2EiUPoqOZUWjB/CKWdB5w==}
dependencies:
axios: 1.1.3
change-case: 4.1.2