From 6627cee925006293c86e52427688915409132d69 Mon Sep 17 00:00:00 2001 From: lorentz Date: Wed, 5 Aug 2026 20:31:26 -0400 Subject: [PATCH] feat(24-06): add Route 53 tile to /admin/sync integration list - Hand-authored public/logos/route53.svg (globe/DNS glyph, primitive shapes only, no script/external refs/raster data) - New INTEGRATIONS entry linking to /admin/sync/route53 (built in plan 24-07), color: orange (already used by datto-rmm) --- app/admin/sync/page.tsx | 1 + public/logos/route53.svg | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 public/logos/route53.svg diff --git a/app/admin/sync/page.tsx b/app/admin/sync/page.tsx index d41545a..3eb0ba7 100644 --- a/app/admin/sync/page.tsx +++ b/app/admin/sync/page.tsx @@ -27,6 +27,7 @@ const INTEGRATIONS: IntegrationCard[] = [ { id: 'mimecast', category: 'Email Security', product: 'Mimecast', description: 'Message tracking logs, threat events, SIEM data, 120-day retention', href: '/admin/sync/mimecast', logo: '/logos/mimecast.ico', color: 'blue' }, { id: 'duo', category: '2FA / MFA', product: 'Duo Security', description: 'Users, phones, auth logs, groups, integrations across all child accounts', href: '/admin/sync/duo', logo: '/logos/duo.ico', color: 'green' }, { id: 'pax8', category: 'Licensing', product: 'PAX8', description: 'Companies, subscriptions, products, and license billing', href: '/admin/sync/pax8', logo: '/logos/pax8.ico', color: 'blue' }, + { id: 'route53', category: 'DNS', product: 'AWS Route 53', description: 'Hosted zones, DNS records, change history, NS-delegation health', href: '/admin/sync/route53', logo: '/logos/route53.svg', color: 'orange' }, ]; const COLOR_MAP: Record = { diff --git a/public/logos/route53.svg b/public/logos/route53.svg new file mode 100644 index 0000000..583915e --- /dev/null +++ b/public/logos/route53.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +