This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user