From 4b953ccccd794881e7a1f85df89adfaddeb4a258 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 18:38:01 +0200 Subject: [PATCH] Update constants.ts --- website/src/refine-theme/common-header/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/refine-theme/common-header/constants.ts b/website/src/refine-theme/common-header/constants.ts index 090a17a0..0f52c30b 100644 --- a/website/src/refine-theme/common-header/constants.ts +++ b/website/src/refine-theme/common-header/constants.ts @@ -98,13 +98,13 @@ export const MENU_ITEMS: MenuItemType[] = [ label: "Forums", description: "Join our Community forums!", link: "https://community.openpanel.org/", - icon: DiscordIcon, + icon: AwesomeIcon, }, { label: "Discord", description: "Join us on Discord.", link: "https://discord.openpanel.com", - icon: StoreIcon, + icon: ExamplesIcon, }, { label: "Contacy Us",