feat: update app version to 3.6.2

This commit is contained in:
Amruth Pillai
2022-08-26 00:00:18 +02:00
parent 57dd110187
commit 7902f67f4f
90 changed files with 1747 additions and 2060 deletions

View File

@ -12,8 +12,8 @@ import Section from './widgets/Section';
const Onyx: React.FC<PageProps> = ({ page }) => {
const isFirstPage = useMemo(() => page === 0, [page]);
const { summary } = useAppSelector((state) => state.resume.basics);
const layout: string[][] = useAppSelector((state) => state.resume.metadata.layout[page]);
const { summary } = useAppSelector((state) => state.resume.present.basics);
const layout: string[][] = useAppSelector((state) => state.resume.present.metadata.layout[page]);
return (
<div className={styles.page}>