Skip to content

Commit

Permalink
No more beta banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Oct 24, 2024
1 parent 46ffe7d commit 36a6c24
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/lib/components/ContentContainer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
<div
class={$url.pathname.replaceAll("/", "") === "" && $loading.status !== "LOADING" ? "tab" : "hidden-tab"}
>
<div id="beta-banner">
<p>
We are currently beta testing a new version of q2view. If you would
like to use the old version <a href="https://old-view.qiime2.org">
click here</a>.
</p>
</div>
<p class="pb-4">
This interface can view .qza and .qzv files directly in your browser
without uploading to a server.
Expand Down Expand Up @@ -111,16 +104,6 @@
max-w-7xl;
}
#beta-banner {
@apply text-center
bg-blue-200
border
border-blue-300
mb-4
py-4
rounded-lg;
}
/* If we need to slap an alert notice at the top of the page use this
class */
#notice-banner {
Expand Down

0 comments on commit 36a6c24

Please sign in to comment.