Skip to content

Commit fd5e730

Browse files
committed
winter again
1 parent b747f75 commit fd5e730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/Home/Home.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const logoMax = Math.min((6 * window.innerWidth / 15), 614.4) / parseFloat(getCo
1212

1313
function Home() {
1414
const [offset, setOffset] = useState(0);
15-
const snowContent = ['&#127846', '🍉', '🍸'];
15+
const snowContent = ['&#10052', '&#10053', '&#10054'];
1616

1717

1818
const random = (num) => {

src/pages/Home/components/TitleBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
import "./TitleBar.scss";
66
import D from "../../../images/groteD.svg?react";
77
import {getNestedImagesUrl} from "../../../functions/links";
8-
import Sneeuw from "../../../images/home/zand.svg?react";
8+
import Sneeuw from "../../../images/home/sneeuw.svg?react";
99

1010

1111
function TitleBar() {

0 commit comments

Comments
 (0)