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

Commit

Permalink
fix: removed curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Mar 21, 2024
1 parent ea98917 commit a6f7153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/navigation/desktop/desktop.wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const DesktopNavigationWrapper = ({

return (
<div
className={'fixed z-50 w-screen max-w-[256rem]'}
className="fixed z-50 w-screen max-w-[256rem]"
data-cy="desktop-header"
>
<FixContainer
Expand Down

0 comments on commit a6f7153

Please sign in to comment.