Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 4, 2025
1 parent c9481ab commit c337f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(sidebarLayout)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- A banner that warns this is not the latest version of the app -->
<div
class="top-0 left-0 right-0 z-50 text-center py-1"
style="background: red;opacity:0.6; position:relative"
style="background: black;color:white; position:relative"
>
<span class="font-bold">This is an old version of the model.</span>
<span class="font-bold"
Expand Down

0 comments on commit c337f11

Please sign in to comment.