fix: rename access token variable and change eslint rules in layout
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable @next/next/no-css-tags */
|
||||
import "@scandic-hotels/design-system/style.css"
|
||||
|
||||
import AdobeScript from "@/components/Current/AdobeScript"
|
||||
@@ -23,7 +22,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang={params.lang}>
|
||||
<head>
|
||||
{/* eslint-disable-next-line @next/next/no-css-tags */}
|
||||
<link rel="stylesheet" href="/_static/css/core.css" />
|
||||
{/* eslint-disable-next-line @next/next/no-css-tags */}
|
||||
<link rel="stylesheet" href="/_static/css/scandic.css" />
|
||||
<Script
|
||||
data-cookieconsent="ignore"
|
||||
|
||||
Reference in New Issue
Block a user