We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fc39d commit afc01c5Copy full SHA for afc01c5
packages/homepage/src/components/Toast/index.js
@@ -6,7 +6,7 @@ import { AnimatePresence } from 'framer-motion';
6
import { ToastContainer } from './elements';
7
8
const Privacy = () => {
9
- const key = 'ACCEPTED_TERMS_CODESANDBOX_HOME';
+ const key = 'ACCEPTED_TERMS_CODESANDBOX';
10
const [show, setShow] = useState(false);
11
12
useEffect(() => {
0 commit comments