Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
kmongird committed Dec 18, 2024
1 parent 8da4a7c commit d7d1ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sankey_dashboard/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
// defined in `svelte.config.js`
import { base } from '$app/paths';
import { Navbar, NavBrand, NavLi, NavUl, NavHamburger } from 'flowbite-svelte';
const nav_items = ['Water-Energy Sankey Diagrams for the United States'];
const nav_items = ['Energy-Water Sankey Diagrams for the United States'];
const page_items = ['diagrams', 'methodology', 'data', 'publications', 'acknowledgements'];
import Icon from "@iconify/svelte";
</script>

<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}/">Water-Energy Sankey Diagrams for the United States</a>
<a href="{base}/">Energy-Water Sankey Diagrams for the United States</a>
<img src="PNNLVerticalLogo.png" alt="card-image" class='h-[100px] ml-auto pr-7'/>

</div>
Expand Down

0 comments on commit d7d1ab6

Please sign in to comment.