Skip to content

Commit

Permalink
fix: theme color to match header for iOS safari
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Apr 24, 2024
1 parent 51d4703 commit 8f1e130
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/layouts/base/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function BaseLayout({ children, title }: BaseLayoutProps) {
<link rel="icon" href="/assets/colors/icons/favicon.svg" />
<meta
name="theme-color"
content={theme.static.background.background_1.background}
content={theme.static.background.background_accent_0.background}
/>
</Head>

Expand Down
2 changes: 0 additions & 2 deletions src/pages/api/departures/og-location.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export default handlerWithDepartureClient<{}>({
},
});

console.log(from);

const image = await satori(
<div
style={{
Expand Down

0 comments on commit 8f1e130

Please sign in to comment.