From ecbdd2b87eddde2b7ca848d7ecd38ab85f244f80 Mon Sep 17 00:00:00 2001 From: shenlan Date: Tue, 2 Dec 2025 01:34:34 +0800 Subject: [PATCH] Replace Discord icon import with Disc (#700) --- dashboard/src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/app/page.tsx b/dashboard/src/app/page.tsx index 47b0b72..628733a 100644 --- a/dashboard/src/app/page.tsx +++ b/dashboard/src/app/page.tsx @@ -13,7 +13,7 @@ import { ClipboardList, Command, Compass, - Discord, + Disc, FileText, Github, Globe, @@ -469,7 +469,7 @@ function ConsoleFooter() { { label: 'GitHub', icon: Github, href: 'https://github.com' }, { label: 'X', icon: Twitter, href: 'https://x.com' }, { label: 'LinkedIn', icon: Globe, href: 'https://www.linkedin.com' }, - { label: 'Discord', icon: Discord, href: 'https://discord.com' }, + { label: 'Discord', icon: Disc, href: 'https://discord.com' }, { label: 'YouTube', icon: Youtube, href: 'https://youtube.com' }, ]