chore: update Marmaris Local widget snippet
This commit is contained in:
@@ -151,6 +151,13 @@ export default async function RootLayout({
|
|||||||
</head>
|
</head>
|
||||||
<body className="antialiased font-sans">
|
<body className="antialiased font-sans">
|
||||||
{children}
|
{children}
|
||||||
|
<div
|
||||||
|
data-marmaris-widget="marmaris"
|
||||||
|
data-limit="3"
|
||||||
|
data-lang="tr"
|
||||||
|
style={{ display: 'none' }}
|
||||||
|
/>
|
||||||
|
<script src="https://marmarislocal.com/widget.js" async />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user