Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Jun 16, 2024
1 parent 7726ff1 commit 2a33ba5
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 16 deletions.
10 changes: 1 addition & 9 deletions public/favicon.svg
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 public/logo.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 removed src/assets/img/256.png
Binary file not shown.
Binary file modified src/assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions src/assets/img/logo.svg
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/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import ResponsiveToggle from './ResponsiveToggle.astro'
import { DarkMode } from 'accessible-astro-components'
import { Image } from 'astro:assets'
import logo from '../assets/img/256.png'
import logo from '../assets/img/logo.svg'
---

<div id="main-navigation" class="is-desktop py-8">
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/DefaultLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const {
<meta http-equiv="X-UA-Compatible" content="ie=edge" />

<!-- favicon -->
<link rel="icon" type="image/png" href="/256.png" />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
<link rel="icon" type="image/png" href="/logo.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

<SiteMeta
title={title}
Expand Down

0 comments on commit 2a33ba5

Please sign in to comment.