Skip to content

Commit

Permalink
resolving build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tejitpabari-microsoft committed Nov 21, 2024
1 parent 071b139 commit 617bf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/top-bar/top-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ const TopBar = () => {
</div>
<div style={{display:'flex', justifyContent: 'center', alignItems: 'center'}}>
<div className={deprecationBarStyle}>
<Icon iconName='error'/>&nbsp;
<Icon iconName="error"/>&nbsp;
<span className={deprecationTextStyle}>
{t('deprecation.text')}&nbsp;
<a className={deprecationLinkStyle} href={t('deprecation.link')} target='_blank' rel='noreferrer' aria-label={t('deprecation.link')}>
<a className={deprecationLinkStyle} href={t('deprecation.link')} target="_blank" rel="noreferrer" aria-label={t('deprecation.link')}>
{t('deprecation.link.text')}
</a>
</span>
Expand Down

0 comments on commit 617bf23

Please sign in to comment.