Skip to content

Commit

Permalink
fix: use svg logo in header
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jul 1, 2024
1 parent 617145f commit 7690b2f
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 1 deletion.
143 changes: 143 additions & 0 deletions public/assets/images/amc-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/website-header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type { Locale } from "@/config/i18n.config";
import type { Navigation } from "@/lib/content/types";
import { createI18n } from "@/lib/i18n";
import navigation from "~/content/navigation.json";
import logo from "~/public/assets/images/amc-logo.png";
import logo from "~/public/assets/images/amc-logo.svg";
const { t } = await createI18n(Astro.currentLocale as Locale | undefined);
Expand Down

0 comments on commit 7690b2f

Please sign in to comment.