Skip to content

fix: WhatsApp community link points at Comunidade 2 - #87

Merged
thomgabriel merged 1 commit into
mainfrom
fix/whatsapp-community-link
Sep 4, 2026
Merged

fix: WhatsApp community link points at Comunidade 2#87
thomgabriel merged 1 commit into
mainfrom
fix/whatsapp-community-link

Conversation

@thomgabriel

Copy link
Copy Markdown
Collaborator

Pedro flagged that the community link on the LP, hub and Vibeathon page opened the announcements channel. Swapped for the Comunidade 2 invite in the shared constant and the Vibeathon seed; the edition rows in the database are updated in place.

@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
hackathon-platform Ready Ready Preview Sep 4, 2026 3:37pm UTC

Request Review

@claude

claude Bot commented Sep 4, 2026

Copy link
Copy Markdown

Claude finished @thomgabriel's task in 39s —— View job


Review: safe to merge

Checked against CLAUDE.md priorities (auth, data safety, correctness, analytics, conventions). No findings.

  • WHATSAPP_COMMUNITY_URL is a single shared constant consumed by page.tsx, pre-registro/page.tsx, and h/page.tsx — all three surfaces pick up the new link automatically, no stray hardcoded copies of the old URL remain in shipped code.

  • supabase/migrations/00056_vibeathon_edition.sql seed insert is guarded by where not exists (select 1 from public.hackathons where slug = ...), so it stays idempotent/re-runnable; editing the literal here only affects fresh installs, consistent with the PR description noting the already-applied production rows were updated separately.

  • No service-role writes, RLS, or auth surfaces touched — pure data/string change.

  • Get diff and read changed files

  • Check against CLAUDE.md priorities

  • Post findings

@thomgabriel
thomgabriel merged commit 9c52675 into main Sep 4, 2026
4 checks passed
@thomgabriel
thomgabriel deleted the fix/whatsapp-community-link branch September 4, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant