Skip to content

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Jan 4, 2025
1 parent 49de889 commit f2d9ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/components/layout/BaseHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const showMenu = ref(false)
</ElementsContainer>
</nav>
<slot name="background" />
<div :class="cn('triangle-top absolute bottom-0 border-white', triangleClass)" />
<div :class="cn('c-triangle-top absolute bottom-0 border-white', triangleClass)" />
<div class="relative flex h-full items-center">
<ElementsContainer class="mb-48 mt-40">
<slot />
Expand Down

0 comments on commit f2d9ae9

Please sign in to comment.