From ed0d47fc8aeaee0470cdf7229af5a119a4c75dd6 Mon Sep 17 00:00:00 2001 From: balibabu Date: Tue, 19 Nov 2024 11:40:59 +0800 Subject: [PATCH] feat: "Open link in new tab" doesn't work for profile image #3018 (#3480) ### What problem does this PR solve? feat: "Open link in new tab" doesn't work for profile image #3018 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/layouts/components/header/index.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/web/src/layouts/components/header/index.tsx b/web/src/layouts/components/header/index.tsx index 42370e88f..b6420b917 100644 --- a/web/src/layouts/components/header/index.tsx +++ b/web/src/layouts/components/header/index.tsx @@ -59,10 +59,16 @@ const RagHeader = () => { height: '72px', }} > - - - {appConf.appName} - + + + + {appConf.appName} + +