Skip to content

Commit

Permalink
[DUOS-3057][risk=no] Typo in the DUOS Header Component (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon authored Apr 10, 2024
1 parent 651362f commit 9679f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DuosHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const NavigationTabsComponent = (props) => {
<ul className="navbar-main">
<div style={{ width: '100%', display: 'flex', justifyContent: 'flex-start', alignItems: 'center' }}>
{
orientation === 'horizonal' && (
orientation === 'horizontal' && (
<Link
id="link_logo"
to="/home"
Expand Down

0 comments on commit 9679f69

Please sign in to comment.