Improve FAQ & video rendering, tighten homepage and CSS
This commit is contained in:
parent
05a1f316e1
commit
c69bb0d614
48 changed files with 4689 additions and 1077 deletions
|
|
@ -131,7 +131,7 @@ export default function InvitePage({
|
|||
return () => {
|
||||
cancelled = true;
|
||||
};
|
||||
}, [code]);
|
||||
}, [code, t]);
|
||||
|
||||
const handleRedeem = useCallback(async () => {
|
||||
if (!user) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue