Skip to content

Commit

Permalink
Update __root.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 21, 2024
1 parent 65f50fa commit 44df675
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tanstack-start/app/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ function RootDocument({children}: Readonly<{children: ReactNode}>) {
>
<head>
<Meta />
{/* iOS Safari struggles with picking up on changes to this tag */}
<meta key={data?.background} name="theme-color" content={data?.background || '#000'} />
</head>
<body>
{children}
Expand Down

0 comments on commit 44df675

Please sign in to comment.