From 983c860bd0e82823decc4d3f728886b0bee66848 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 23 May 2023 17:59:58 -0700 Subject: [PATCH] webhooks icon --- packages/client/src/pages/settings/index.vue | 2 +- packages/client/src/pages/settings/webhook.edit.vue | 2 +- packages/client/src/pages/settings/webhook.new.vue | 8 ++++---- packages/client/src/pages/settings/webhook.vue | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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", });