diff --git a/src/components/header/index.tsx b/src/components/header/index.tsx index dac3121..b2cdc8b 100644 --- a/src/components/header/index.tsx +++ b/src/components/header/index.tsx @@ -2,7 +2,7 @@ import { h, FunctionalComponent } from "preact"; import * as style from "./style.scss"; -import icon from "url:/static/logo_alt.png?as=webp&width=500"; +import icon from "url:/static/HogeResolutieLogo.png?as=webp&width=500"; /** * Renders the header of the site. diff --git a/static/HogeResolutieLogo.png b/static/HogeResolutieLogo.png new file mode 100644 index 0000000..c8f2c55 Binary files /dev/null and b/static/HogeResolutieLogo.png differ diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png index fafe671..f749186 100644 Binary files a/static/android-chrome-192x192.png and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png index 76a95f3..1e6489e 100644 Binary files a/static/android-chrome-512x512.png and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index 20d558f..277173e 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon.ico b/static/favicon.ico index f506b37..6b64cea 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ