diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 89ae5a1..15cc105 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1 +1,26 @@ - +--- +import { Image } from 'astro:assets'; +import brandIcon from '../graphics/brand.webp'; +import bearIcon from '../graphics/bear.svg'; +--- + + + + diff --git a/src/graphics/brand.svg b/src/graphics/brand.svg deleted file mode 100644 index e66a0e6..0000000 --- a/src/graphics/brand.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/src/graphics/brand.webp b/src/graphics/brand.webp new file mode 100644 index 0000000..dbaca37 Binary files /dev/null and b/src/graphics/brand.webp differ