UI: Add Suno link to header
This commit is contained in:
+21
-10
@@ -365,16 +365,27 @@ export function HomePage() {
|
||||
|
||||
{/* Right controls */}
|
||||
<div className="flex items-center gap-4">
|
||||
{/* Social links — icon only */}
|
||||
<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>
|
||||
{/* External Links */}
|
||||
<div className="flex items-center gap-1">
|
||||
<a
|
||||
href="https://suno.com/create"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
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"
|
||||
>
|
||||
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 */}
|
||||
{serverOk === false && (
|
||||
|
||||
Reference in New Issue
Block a user