Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv committed Dec 26, 2023
1 parent 5f25889 commit e6ffd11
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { BrandDerivWordmarkCoralIcon } from '@deriv/quill-icons/Logo'

export const MainNavigationLogo = () => {
return (
<CustomLink href={'/'}>
<BrandDerivWordmarkCoralIcon width={73} height={24} />
</CustomLink>
// <CustomLink href={'/'}>
<BrandDerivWordmarkCoralIcon width={73} height={24} />
// </CustomLink>
)
}

Expand Down

0 comments on commit e6ffd11

Please sign in to comment.