Skip to content

Commit

Permalink
fix(web): missing mapbox link
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Dec 8, 2024
1 parent e7fcbfb commit ca0edc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<head>
<link
href="https://api.mapbox.com/mapbox-gl-js/v2.6.1/mapbox-gl.css"
rel="stylesheet"
/>
</head>

<body className={poppins.className}>
<div className="dark:bg-black">
<Navbar variant="transparent" />
Expand Down

1 comment on commit ca0edc6

@vercel
Copy link

@vercel vercel bot commented on ca0edc6 Dec 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.