feat: add WhyOps link to WhyRating project card

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-07 17:51:12 +00:00
parent 9b9226b954
commit 331cd621cf

View File

@@ -28,6 +28,7 @@ const projects: ProjectDef[] = [
icon: 'whyrating', icon: 'whyrating',
apps: [ apps: [
{ name: 'Hub', url: 'http://whyrating.nuc.lan' }, { name: 'Hub', url: 'http://whyrating.nuc.lan' },
{ name: 'WhyOps', url: 'http://whyops.nuc.lan' },
{ name: 'Brand', url: 'http://brand.nuc.lan' }, { name: 'Brand', url: 'http://brand.nuc.lan' },
{ name: 'Templates', url: 'http://templates.nuc.lan' }, { name: 'Templates', url: 'http://templates.nuc.lan' },
], ],