Skip to content

Commit

Permalink
🎨 use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed May 3, 2024
1 parent 9aec06b commit aa5eed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pageComponents/pageTemplates/TopicPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TopicPage = ({ data }: TopicPageProps) => {
useCustomBreadcrumbs={breadcrumbs?.useCustomBreadcrumbs}
defaultBreadcrumbs={breadcrumbs?.defaultBreadcrumbs}
customBreadcrumbs={breadcrumbs?.customBreadcrumbs}
className={data?.hero?.type === 'default' ? 'pt-0' : ''}
className={data?.hero?.type === HeroTypes.DEFAULT ? 'pt-0' : ''}
/>
)}

Expand Down

0 comments on commit aa5eed1

Please sign in to comment.