File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 FormItem ,
88 Icon ,
99 Label ,
10+ Link ,
1011 List ,
1112 ListItemStandard ,
1213 Popover ,
@@ -36,7 +37,6 @@ import { generateInitialsForEmail } from '../Helper/generateInitialsForEmail.ts'
3637import styles from './ShellBar.module.css' ;
3738import { ThemingParameters } from '@ui5/webcomponents-react-base' ;
3839import { ShellBarItemClickEventDetail } from '@ui5/webcomponents-fiori/dist/ShellBarItem.js' ;
39- import { t } from 'i18next' ;
4040
4141type UI5RatingIndicatorElement = HTMLElement & { value : number } ;
4242
@@ -333,13 +333,13 @@ const FeedbackPopover = ({
333333 < FormItem >
334334 < Label style = { { color : 'gray' } } >
335335 { t ( 'ShellBar.feedbackNotificationText' ) }
336- < a
336+ < Link
337337 href = "https://github.com/openmcp-project/ui-frontend/issues/new/choose"
338338 target = "_blank"
339339 rel = "noreferrer"
340340 >
341341 { t ( 'ShellBar.feedbackNotificationAction' ) }
342- </ a >
342+ </ Link >
343343 </ Label >
344344 </ FormItem >
345345 </ FormGroup >
You can’t perform that action at this time.
0 commit comments