UI: Add Suno link to header
This commit is contained in:
+21
-10
@@ -365,16 +365,27 @@ export function HomePage() {
|
|||||||
|
|
||||||
{/* Right controls */}
|
{/* Right controls */}
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
{/* Social links — icon only */}
|
{/* External Links */}
|
||||||
<a
|
<div className="flex items-center gap-1">
|
||||||
href="https://www.youtube.com/@AIWentNonsense"
|
<a
|
||||||
target="_blank"
|
href="https://suno.com/create"
|
||||||
rel="noopener noreferrer"
|
target="_blank"
|
||||||
className="w-8 h-8 flex items-center justify-center rounded-lg text-fg-muted hover:text-rose-500 hover:bg-rose-500/10 transition-all duration-150"
|
rel="noopener noreferrer"
|
||||||
title="AI Went Nonsense on YouTube"
|
className="px-2 h-8 flex items-center justify-center rounded-lg text-fg-muted hover:text-accent-primary hover:bg-accent-primary/10 transition-all duration-150 font-bold text-[11px] tracking-wide uppercase"
|
||||||
>
|
title="Create on Suno"
|
||||||
<FontAwesomeIcon icon={faYoutube} className="w-4 h-4" />
|
>
|
||||||
</a>
|
Suno
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://www.youtube.com/@AIWentNonsense"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="w-8 h-8 flex items-center justify-center rounded-lg text-fg-muted hover:text-rose-500 hover:bg-rose-500/10 transition-all duration-150"
|
||||||
|
title="AI Went Nonsense on YouTube"
|
||||||
|
>
|
||||||
|
<FontAwesomeIcon icon={faYoutube} className="w-4 h-4" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Server offline indicator */}
|
{/* Server offline indicator */}
|
||||||
{serverOk === false && (
|
{serverOk === false && (
|
||||||
|
|||||||
Reference in New Issue
Block a user