From 4577b6d3b33c1cb8da9d18cfc04fdcd4dfc6bf99 Mon Sep 17 00:00:00 2001 From: Luis Eduardo Date: Mon, 6 Oct 2025 04:47:25 +0000 Subject: [PATCH] Update community link in dashboard header to point to the new community page --- internal/view/web/layout/dashboard_header.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/view/web/layout/dashboard_header.go b/internal/view/web/layout/dashboard_header.go index b5d8006..74c863c 100644 --- a/internal/view/web/layout/dashboard_header.go +++ b/internal/view/web/layout/dashboard_header.go @@ -34,10 +34,10 @@ func dashboardHeader() nodx.Node { htmx.HxTrigger("load once"), ), nodx.A( - nodx.Href("https://discord.gg/BmAwq29UZ8"), + nodx.Href("https://ufobackup.uforg.dev/r/community"), nodx.Target("_blank"), nodx.Class("btn btn-ghost btn-neutral"), - component.SpanText("Chat on Discord"), + component.SpanText("Join the community"), lucide.ExternalLink(), ), nodx.Button(