From 331cd621cf62f3019e67390b7d64bd22d2105ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sat, 7 Feb 2026 17:51:12 +0000 Subject: [PATCH] feat: add WhyOps link to WhyRating project card Co-Authored-By: Claude Opus 4.6 --- src/components/OverviewTab.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/OverviewTab.tsx b/src/components/OverviewTab.tsx index 4fbe759..6d38e5c 100644 --- a/src/components/OverviewTab.tsx +++ b/src/components/OverviewTab.tsx @@ -28,6 +28,7 @@ const projects: ProjectDef[] = [ icon: 'whyrating', apps: [ { name: 'Hub', url: 'http://whyrating.nuc.lan' }, + { name: 'WhyOps', url: 'http://whyops.nuc.lan' }, { name: 'Brand', url: 'http://brand.nuc.lan' }, { name: 'Templates', url: 'http://templates.nuc.lan' }, ],