diff --git a/packages/client/src/pages/settings/index.vue b/packages/client/src/pages/settings/index.vue
index 0ff824bb4..25e8a3331 100644
--- a/packages/client/src/pages/settings/index.vue
+++ b/packages/client/src/pages/settings/index.vue
@@ -224,7 +224,7 @@ const menuDef = computed(() => [
active: currentPage?.route.name === "api",
},
{
- icon: "ph-lightning ph-bold ph-lg",
+ icon: "ph-webhooks-logo ph-bold ph-lg",
text: "Webhook",
to: "/settings/webhook",
active: currentPage?.route.name === "webhook",
diff --git a/packages/client/src/pages/settings/webhook.edit.vue b/packages/client/src/pages/settings/webhook.edit.vue
index 7d7a2759c..9d171c446 100644
--- a/packages/client/src/pages/settings/webhook.edit.vue
+++ b/packages/client/src/pages/settings/webhook.edit.vue
@@ -109,6 +109,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: "Edit webhook",
- icon: "ph-lightning ph-bold ph-lg",
+ icon: "ph-webhooks-logo ph-bold ph-lg",
});
diff --git a/packages/client/src/pages/settings/webhook.new.vue b/packages/client/src/pages/settings/webhook.new.vue
index ea45312d5..3ff25c345 100644
--- a/packages/client/src/pages/settings/webhook.new.vue
+++ b/packages/client/src/pages/settings/webhook.new.vue
@@ -23,13 +23,13 @@
>Followed
NotePosts
ReplyReplies
RenoteBoosts
Reaction []);
definePageMetadata({
title: "Create new webhook",
- icon: "ph-lightning ph-bold ph-lg",
+ icon: "ph-webhooks-logo ph-bold ph-lg",
});
diff --git a/packages/client/src/pages/settings/webhook.vue b/packages/client/src/pages/settings/webhook.vue
index 14309a120..156db5f33 100644
--- a/packages/client/src/pages/settings/webhook.vue
+++ b/packages/client/src/pages/settings/webhook.vue
@@ -72,6 +72,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: "Webhook",
- icon: "ph-lightning ph-bold ph-lg",
+ icon: "ph-webhooks-logo ph-bold ph-lg",
});