Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-add viewport meta
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent cda4e45 commit e87521f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/root.tsx
Expand Up @@ -158,6 +158,7 @@ function getMarkup(
<meta name="dsn" content={loaderData.dsn} />
) : null}
<meta name="theme-color" content="#00a8f8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{helmet?.meta?.toString()}
{helmet?.title?.toString() ?? <title>Car Crushers</title>}
</head>
Expand Down

0 comments on commit e87521f

Please sign in to comment.