Update app/layout.tsx
Browse files- app/layout.tsx +2 -0
app/layout.tsx
CHANGED
|
@@ -64,6 +64,7 @@ export default function RootLayout({
|
|
| 64 |
Powered by{" "}
|
| 65 |
<a
|
| 66 |
href="https://github.com/huggingface/huggingface.js"
|
|
|
|
| 67 |
className="font-mono text-amber-500 hover:text-amber-400"
|
| 68 |
>
|
| 69 |
huggingface.js
|
|
@@ -71,6 +72,7 @@ export default function RootLayout({
|
|
| 71 |
and{" "}
|
| 72 |
<a
|
| 73 |
href="https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-Logo-Design"
|
|
|
|
| 74 |
className="font-mono text-zinc-100 hover:text-white"
|
| 75 |
>
|
| 76 |
Shakker-Labs/FLUX.1-dev-LoRA-Logo-Design
|
|
|
|
| 64 |
Powered by{" "}
|
| 65 |
<a
|
| 66 |
href="https://github.com/huggingface/huggingface.js"
|
| 67 |
+
target="_blank"
|
| 68 |
className="font-mono text-amber-500 hover:text-amber-400"
|
| 69 |
>
|
| 70 |
huggingface.js
|
|
|
|
| 72 |
and{" "}
|
| 73 |
<a
|
| 74 |
href="https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-Logo-Design"
|
| 75 |
+
target="_blank"
|
| 76 |
className="font-mono text-zinc-100 hover:text-white"
|
| 77 |
>
|
| 78 |
Shakker-Labs/FLUX.1-dev-LoRA-Logo-Design
|