Skip to content

Commit

Permalink
patch: logo change
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidg3 committed Apr 1, 2024
1 parent 7ce5e76 commit ba121fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added src/assets/img/logos/spruce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/_includes/parts/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div id="logo-space">
<a href="{{ '/' | url }}" id="home-link">
<picture>
<source srcset="{{ '/assets/img/logos/spruce-development-platform.png' | url }}" media="(min-width: 900px)">
<img src="{{ '/assets/img/logos/spruce-development-platform.png' | url }}" alt="logo"></picture>
<source srcset="{{ '/assets/img/logos/spruce.png' | url }}" media="(min-width: 900px)">
<img src="{{ '/assets/img/logos/spruce.png' | url }}" alt="logo"></picture>
</a>
<!-- <a href="{{ '/' | url }}">Developer Portal</a> -->
</div>
Expand Down

0 comments on commit ba121fa

Please sign in to comment.