diff --git a/packages/client/src/pages/settings/index.vue b/packages/client/src/pages/settings/index.vue index 0ff824bb4c..25e8a33318 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 7d7a2759c5..9d171c446a 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 ea45312d5e..3ff25c3453 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 14309a1201..156db5f331 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", });