Skip to content

Commit b4e4c0a

Browse files
Removing unused variable and adding proper Ui5 component
1 parent d73884f commit b4e4c0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Core/ShellBar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
FormItem,
88
Icon,
99
Label,
10+
Link,
1011
List,
1112
ListItemStandard,
1213
Popover,
@@ -36,7 +37,6 @@ import { generateInitialsForEmail } from '../Helper/generateInitialsForEmail.ts'
3637
import styles from './ShellBar.module.css';
3738
import { ThemingParameters } from '@ui5/webcomponents-react-base';
3839
import { ShellBarItemClickEventDetail } from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';
39-
import { t } from 'i18next';
4040

4141
type 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>

0 commit comments

Comments
 (0)