mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
✨ Custom Profile Pictures (#1339)
This commit is contained in:
parent
1276bc27b3
commit
e723d9a933
12 changed files with 383 additions and 376 deletions
5
apps/web/src/features/avatars.ts
Normal file
5
apps/web/src/features/avatars.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { useFeatureFlagEnabled } from "posthog-js/react";
|
||||
|
||||
export function useAvatarsEnabled() {
|
||||
return useFeatureFlagEnabled("avatars");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue