Update app/layout.tsx
Browse files- app/layout.tsx +2 -2
app/layout.tsx
CHANGED
@@ -63,11 +63,11 @@ export default function RootLayout({
|
|
63 |
<p className="text-sm text-zinc-400">
|
64 |
Powered by{" "}
|
65 |
<a
|
66 |
-
href="https://
|
67 |
target="_blank"
|
68 |
className="font-mono text-amber-500 hover:text-amber-400"
|
69 |
>
|
70 |
-
|
71 |
</a>{" "}
|
72 |
and{" "}
|
73 |
<a
|
|
|
63 |
<p className="text-sm text-zinc-400">
|
64 |
Powered by{" "}
|
65 |
<a
|
66 |
+
href="https://Hepzeka.com"
|
67 |
target="_blank"
|
68 |
className="font-mono text-amber-500 hover:text-amber-400"
|
69 |
>
|
70 |
+
Hepzeka.com
|
71 |
</a>{" "}
|
72 |
and{" "}
|
73 |
<a
|