From a16b1d228a1ec6cef42932b66dcf42f95b227236 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Sat, 10 May 2025 20:39:40 +0800 Subject: [PATCH] Added links to header icons to the documentation, GitHub, X (Twitter), and Discord icons in the header. --- .../src/components/dashboard/Header.tsx | 32 +++++++++++++++---- 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/application/src/components/dashboard/Header.tsx b/application/src/components/dashboard/Header.tsx index 5febc55..9e0a9df 100644 --- a/application/src/components/dashboard/Header.tsx +++ b/application/src/components/dashboard/Header.tsx @@ -118,25 +118,45 @@ export const Header = ({ {/* Documentation */} - {/* GitHub */} - {/* X (Twitter) */} - - {/* Discord (replaced with MessageSquare) */} - @@ -187,4 +207,4 @@ export const Header = ({ ); -}; +}; \ No newline at end of file