added favicon

This commit is contained in:
Hunter W.
2026-05-31 14:08:47 -04:00
parent 4d75830b79
commit dc5cd50b57
2 changed files with 0 additions and 1 deletions

BIN
app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -1,7 +1,6 @@
"use client";
import { useState } from "react";
import { PROFILE } from "@/data/content";
import { useMountTransition } from "@/hooks/useAnimations";
import Nav from "@/components/Nav";
import Profile from "@/components/Profile";