Skip to content

Commit

Permalink
tutorial done
Browse files Browse the repository at this point in the history
  • Loading branch information
angelod1as committed Aug 13, 2020
1 parent 55b15ef commit 62afcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Default/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Default = ({
const { i18n } = useTranslation();

const [isDisplay, setIsDisplay] = useState(true);
const [isTutorial, setIsTutorial] = useState(true);
const [isTutorial, setIsTutorial] = useState(false);

const [socialList, setSocialList] = useState<ISocial>({
instagram: 'http://www.instagram.com/cronofobico',
Expand Down

0 comments on commit 62afcbf

Please sign in to comment.