Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from zenith-hacks/icon-1
Browse files Browse the repository at this point in the history
Add temporary icons!
  • Loading branch information
leowilkin authored Aug 29, 2024
2 parents ea7635d + 2787f5e commit 0df70e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added public/logos/sunset-emoji-2047x2048-11srtr4l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layouts/components/BaseHead.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import '../../styles/global.css';
import Favicon from '@src/assets/img/favicon.png';
import Favicon from '@src/assets/img/icon.png';
interface Props {
title: string;
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import HeaderLink from './HeaderLink.astro';
import { Image } from 'astro:assets';
import Logo from '@src/assets/img/hcb-icon-icon-original.png';
import Logo from '@src/assets/img/icon.png';
const menu = [
{
Expand Down Expand Up @@ -70,4 +70,4 @@ const menu = [
</div>
</div>
</div>
</header>
</header>

0 comments on commit 0df70e4

Please sign in to comment.