Update apple icon
All checks were successful
Node.js CI / build (18.x) (pull_request) Successful in 59s
Node.js CI / build (20.x) (pull_request) Successful in 1m0s
Node.js CI / build (22.x) (pull_request) Successful in 1m0s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 1m11s

This commit is contained in:
2025-09-19 00:31:59 -04:00
parent 2ab6f6befa
commit bcd3390d79

View File

@@ -8,7 +8,7 @@ export default function RootLayout(props: { children: React.ReactNode }) {
<link rel="icon" href="/images/logo/favicon/favicon.ico" sizes="any" />
<link
rel="apple-touch-icon"
href="/images/logo/favicon/apple-icon.png"
href="/images/logo/favicon/apple-touch-icon.png"
sizes="any"
/>
<body>