Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afc01c5

Browse files
committed
Change variable name of Privacy Policy to be consistent with app and homepage
1 parent a6fc39d commit afc01c5

File tree

1 file changed

+1
-1
lines changed
  • packages/homepage/src/components/Toast

1 file changed

+1
-1
lines changed

packages/homepage/src/components/Toast/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { AnimatePresence } from 'framer-motion';
66
import { ToastContainer } from './elements';
77

88
const Privacy = () => {
9-
const key = 'ACCEPTED_TERMS_CODESANDBOX_HOME';
9+
const key = 'ACCEPTED_TERMS_CODESANDBOX';
1010
const [show, setShow] = useState(false);
1111

1212
useEffect(() => {

0 commit comments

Comments
 (0)