Skip to content

Commit

Permalink
💄 add logo (and format AppBar with the logo) (#110)
Browse files Browse the repository at this point in the history
* add logo.png

* format RMI logo and AppBar title

* make title actually show up :D
  • Loading branch information
jdhoffa authored Dec 4, 2024
1 parent 3b16511 commit df41b81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,16 @@
<AppShell>
<svelte:fragment slot="header">
<!-- App Bar -->
<AppBar class="app-bar-custom">
<AppBar
class="app-bar-custom"
gridColumns="grid-cols-3"
slotDefault="place-self-center"
slotTrail="place-content-end"
>
<svelte:fragment slot="lead">
<strong class="text-xl app-bar-custom">PACTA Climate Alignment Tool</strong>
<img class="w-[128px]" src="logo.png" alt="RMI Logo" />
</svelte:fragment>
<h1 class="text-xl app-bar-custom">PACTA Climate Alignment Tool</h1>
<svelte:fragment slot="trail">
<a
class="btn btn-sm variant-filled-secondary"
Expand Down
Binary file added static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df41b81

Please sign in to comment.