This commit is contained in:
2026-02-24 22:04:13 +00:00
parent a93d3878f5
commit e4bede08d3
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
import { DuckAvatar } from "./DuckAvatar";
import { PixelGrid } from "@/components/PixelGrid";
import { useGlobal } from 'hooks/useGlobal';
import landscapebg from './landscape1.jpg';
const landscapebg = 'https://static.officer.dev/landscape1.webp';
export function Background() {
const [duckHidden] = useGlobal('DUCK_HIDDEN', false);
@@ -1,5 +1,5 @@
import { PixelGrid } from "@/components/PixelGrid";
import landscapebg from './landscape1.jpg';
const landscapebg = 'https://static.officer.dev/landscape1.webp';
export function Background() {
return (