Skip to content

Commit

Permalink
added svg back, for some reason it didnt get added yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymoreau committed Jul 23, 2024
1 parent 9b24cd7 commit 9d74246
Show file tree
Hide file tree
Showing 8 changed files with 346 additions and 242 deletions.
536 changes: 315 additions & 221 deletions package-lock.json

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions src/assets/icons/logo.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 removed src/assets/images/logo.png
Binary file not shown.
Binary file removed src/assets/images/logo_optimized.png
Binary file not shown.
14 changes: 0 additions & 14 deletions src/components/HomeMain/index.astro

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/HomeMain/styles.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/SiteNav/index.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import { Image } from 'astro:assets';
import logo from '../../assets/images/logo_optimized.png';
import logo from '../../assets/icons/logo.svg';
import './styles.css';
const BLOG_URL = Astro.site?.href;
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '../styles/about.css';
const BLOG_URL = Astro.site?.href;
import { Image } from 'astro:assets';
import logo from '../assets/images/logo.png';
import logo from '../assets/icons/logo.svg';
---

<BaseLayout
Expand Down

0 comments on commit 9d74246

Please sign in to comment.