We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dfade commit bafdfd1Copy full SHA for bafdfd1
src/pages/home/home.tsx
@@ -14,7 +14,7 @@ import { usePersistedState } from '@shared/hooks/use-persisted-state';
14
15
import * as styles from './home.css';
16
17
-const mokImages = ['/info2.webp', '/info.webp'];
+const mokImages = ['/info.webp'];
18
19
const Home = () => {
20
const navigate = useNavigate();
0 commit comments