From b92b9fef1c7f2a6f0d9c0d626302a8b82bb76e6d Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Sun, 20 Oct 2024 19:34:15 +0330
Subject: [PATCH] back to top button style updated
---
src/app/(routes)/(website)/layout.tsx | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/app/(routes)/(website)/layout.tsx b/src/app/(routes)/(website)/layout.tsx
index 8f82f07..777c5cb 100644
--- a/src/app/(routes)/(website)/layout.tsx
+++ b/src/app/(routes)/(website)/layout.tsx
@@ -1,6 +1,7 @@
import type { Metadata } from "next";
import Header from "./components/header/header";
import Footer from "./components/footer/footer";
+import { cookies } from "next/headers";
export const metadata: Metadata = {
title: {
@@ -14,7 +15,9 @@ export const metadata: Metadata = {
default: "parsa aghayi",
},
description: "parsa aghayi's personal website",
- images: [`${process.env.NEXT_PUBLIC_FRONT_URL}/og-image?text=parsa aghayi's personal website`],
+ images: [
+ `${process.env.NEXT_PUBLIC_FRONT_URL}/og-image?text=parsa aghayi's personal website`,
+ ],
},
};
@@ -35,10 +38,12 @@ export default function RootLayout({
- {"<"}
+
+ ^
+