Compare commits

...

2 Commits

Author SHA1 Message Date
d014ff2a5f Merge pull request 'Update apple icon' (#9) from metadata into main
Some checks failed
Node.js CI / build (18.x) (push) Successful in 52s
Node.js CI / build (20.x) (push) Successful in 52s
Vercel Preview Deployment / Deploy-Preview (push) Has been cancelled
Vercel Production Deployment / Deploy-Production (push) Has been cancelled
Node.js CI / build (22.x) (push) Has been cancelled
Reviewed-on: lcm/lcm-website#9
2025-09-19 04:39:33 +00:00
bcd3390d79 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
2025-09-19 00:31:59 -04:00

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="icon" href="/images/logo/favicon/favicon.ico" sizes="any" />
<link <link
rel="apple-touch-icon" rel="apple-touch-icon"
href="/images/logo/favicon/apple-icon.png" href="/images/logo/favicon/apple-touch-icon.png"
sizes="any" sizes="any"
/> />
<body> <body>