Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
disaerna committed Jan 29, 2025
1 parent 44b44e8 commit 9372dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portals/my-pages/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ export const Header = ({ position }: Props) => {
return (
<div className={styles.placeholder}>
<PortalPageLoader />
{/* Inline style to dynamicly change position of header because of alert banners */}
<header
className={cn(styles.header, {
[styles.showHeader]: show,
[styles.hideHeader]: hide,
})}
{/* Inline style to dynamicly change position of header because of alert banners */}
style={{
top: position,
}}
Expand Down

0 comments on commit 9372dd3

Please sign in to comment.