Skip to content

Commit

Permalink
add alpha version disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
hassaniazi committed Jan 21, 2025
1 parent bd5d43a commit c513589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sankey_dashboard/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<div class="flex flex-row w-screen font-sans h-[120px] pl-8 bg-gradient-to-r from-[#2B7F9E] to-[#5e1f04] items-center gap-8 text-white text-3xl">

<a href="{base}/">Integrated Energy-Water Flows for the United States over the 21st Century</a>
<div class="flex flex-col items-center ml-auto pr-4">
<div class="bg-red-500 text-white text-sm font-semibold px-2 py-1 text-center rounded">Alpha Version</div>
<div class="text-white text-xs mt-1">For internal use only. Do not share</div>
</div>
<img src="PNNLVerticalLogo.png" alt="card-image" class='h-[100px] ml-auto pr-7'/>

</div>
Expand Down

0 comments on commit c513589

Please sign in to comment.