Skip to content

Commit

Permalink
1686. Replace Zarf Logo (#1700)
Browse files Browse the repository at this point in the history
## Related Issue 
Fixes #1686 
<!-- or -->
Relates to #

## Type of change

- [x] UI Tweak

Co-authored-by: razzle <[email protected]>
Co-authored-by: Wayne Starr <[email protected]>
  • Loading branch information
3 people committed May 11, 2023
1 parent c782eb1 commit ac41e98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file removed src/ui/images/png/global-navigation-zarf-logo.png
Binary file not shown.
Binary file modified src/ui/images/zarf-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/ui/lib/components/global-navigation-bar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-FileCopyrightText: 2021-Present The Zarf Authors
-->
<script lang="ts">
import ZarfLogoDark from '@images/png/global-navigation-zarf-logo.png';
import ZarfLogoDark from '@images/zarf-logo.png';
import { Paper, type SSX } from '@ui';
import ThemeToggle from './theme-toggle.svelte';
Expand Down Expand Up @@ -34,7 +34,9 @@
square
>
<div class="nav-right">
<a href="/"><img src={ZarfLogoDark} alt="Zarf logo link to home" /></a>
<a href="/">
<img src={ZarfLogoDark} height="48px" width="107px" alt="Zarf logo link to home" />
</a>
</div>
<div class="nav-left"><ThemeToggle /></div>
</Paper>

0 comments on commit ac41e98

Please sign in to comment.