chore: add a sticky header with CTAs

This commit is contained in:
Abhishek Kumar 2026-04-11 16:29:19 +05:30
parent c06c457505
commit 1a7eb08aea
6 changed files with 49 additions and 64 deletions

View file

@ -8,4 +8,6 @@ export const PostHogEvent = {
RECORDING_PLAYED: "recording_played",
TRANSCRIPT_VIEWED: "transcript_viewed",
WEB_CALL_INITIATED: "web_call_initiated",
GITHUB_STAR_CLICKED: "github_star_clicked",
SLACK_COMMUNITY_CLICKED: "slack_community_clicked",
} as const;