Skip to content

Commit

Permalink
updates
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 d48d664 commit 109624b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/routes/(sidebarLayout)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@

<div class="h-screen overflow-hidden flex flex-col" style="height: 100dvh;">
<!-- A banner that warns this is not the latest version of the app -->
<div class="fixed top-0 left-0 right-0 z-50 bg-red text-white text-center py-1">
<div
class="top-0 left-0 right-0 z-50 text-center py-1"
style="background: red;opacity:0.6; position:relative"
>
<span class="font-bold">This is an old version of the model.</span>
<span class="font-bold"
>Please <a href="https://zoo.dev/modeling-app/download">download the latest alpha version</a>
or <a href="https://zoo.dev/modeling-app/download/nightly">nightly version</a> (if you are feeling
on the wild side) of the Modeling App.</span
>Please <a href="https://zoo.dev/modeling-app/download" style="border-bottom: 1px"
>download the latest alpha version</a
>
or
<a href="https://zoo.dev/modeling-app/download/nightly" style="border-bottom: 1px"
>nightly version</a
> (if you are feeling on the wild side) of the Modeling App.</span
>
<span class="font-bold">The newer version will be updated on this site soon.</span>
</div>
<div class="pane-layout">
<Sidebar user={data ? data.user : undefined} className="md:w-80" />
Expand Down

0 comments on commit 109624b

Please sign in to comment.