Skip to content

Commit

Permalink
chore: add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Jul 25, 2024
1 parent 17da517 commit babd0bb
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 2 deletions.
Binary file removed src/assets/images/app-store.png
Binary file not shown.
Binary file removed src/assets/images/default.png
Binary file not shown.
Binary file removed src/assets/images/google-play.png
Binary file not shown.
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/images/logos/sturmfrei-icon-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/logos/sturmfrei-icon-dark.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 src/assets/images/logos/sturmfrei-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/logos/sturmfrei-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 1 addition & 0 deletions src/assets/images/logos/sturmfrei-logo-purple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/Logo.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
import { Image } from 'astro:assets';
import sturmfreiLogo from '~/assets/images/sturmfrei-logo.svg';
import sturmfreiLogoDark from '~/assets/images/sturmfrei-logo-dark.svg';
import sturmfreiLogo from '~/assets/images/logos/sturmfrei-logo.svg';
import sturmfreiLogoDark from '~/assets/images/logos/sturmfrei-logo-dark.svg';
---

<Image src={sturmfreiLogo} alt="Sturmfrei Logo" class="max-w-32 dark:hidden" />
Expand Down

0 comments on commit babd0bb

Please sign in to comment.