diff --git a/src/components/WidgetBar.astro b/src/components/WidgetBar.astro index a4bc245..baa56ff 100644 --- a/src/components/WidgetBar.astro +++ b/src/components/WidgetBar.astro @@ -1,49 +1,43 @@ --- import { Image } from "astro:assets"; -import baxter from "../images/baxter.png"; + +import catImg from "../images/widgets/cat.gif"; const backgroundColor = "#ffd4de"; const backgroundColorNightMode = "#240046"; ---