- Shipped
- April 17, 2026 at 9:24 PM UTC
- Author
- Kamo
- Commit
- 9871b98
Mirrors the PoweredByKamo pattern shipped in kamo-login and kamo-register to the KamoMeet (Meet fork) web surfaces. Each client's KamoMeet deployment serves on their own domain, so the backlink produces a dofollow SEO signal from thousands of unique meeting URLs pointing at www.kamocrm.com. Component lives in a new feature dir react/features/kamo-branding/ so it stays separable from upstream Meet code during future rebases. The component is a functional React component using inline styles (same visual treatment as the Next.js projects — 12px, fixed corner, subtle hover lift). Wiring: - WelcomePage.web.tsx variant = 'home' bottom-right - Conference.tsx (full) variant = 'product' bottom-LEFT (avoids Meet toolbar) - Conference.tsx (reduced) variant = 'product' bottom-LEFT Added a `leftAligned` prop to the component so in-meeting placement doesn't collide with Meet's bottom-center/right toolbox.