feat: update favicon, fix projects page metadata

This commit is contained in:
2026-05-28 18:18:05 -07:00
parent 15b0ea1818
commit e12e1b7072
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

+1 -1
View File
@@ -4,7 +4,7 @@ import ProjectCard from "@/components/content/ProjectCard";
import { projects } from "@/constants"; import { projects } from "@/constants";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Work — Angel Mankel", title: "Projects — Angel Mankel",
}; };
export default function ProjectsPage() { export default function ProjectsPage() {