Skip to content

Commit

Permalink
fix(web): disclaimer clipping with landingvideo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Aug 10, 2023
1 parent cf6aab0 commit 713c4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/lib/components/layout/NavBarDisclaimer.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="beatforge-page-disclaimer flex w-full items-center py-4 px-4 mx-auto z-[100] bg-[#EC892D]">
<div class="relative beatforge-page-disclaimer flex w-full items-center py-4 px-4 mx-auto z-[100] bg-[#EC892D]">
<div class="flex items-center justify-center w-full">
<div class="text-sm font-bold">BeatForge is in development. What you see here does not represent the final product.</div>
</div>
Expand Down

0 comments on commit 713c4d6

Please sign in to comment.