Skip to content

Commit

Permalink
navigate to quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
murermader committed Oct 29, 2023
1 parent ba60a0c commit d2c829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DineDevineUI/src/pages/ProfilePage.tsx
Expand Up @@ -143,7 +143,7 @@ const ProfilePage: React.FC<Profile> = (props: Profile) => {
{Object.keys(PERONALITY_TYPES).filter((v) => isNaN(Number(v)) ).map((tag, idx) => <IonSelectOption key={tag+idx} id={"button" + tag}>{tag}</IonSelectOption>)}
</IonSelect>
<div className={"ion-margin-start"}>
You dont know your personality Type yet? <IonButton className={"ion-margin-bottom"}>TAKE THE PERSONALITY TEST</IonButton>
You dont know your personality Type yet? <IonButton href={"/quiz"} className={"ion-margin-bottom"}>TAKE THE PERSONALITY TEST</IonButton>
</div>

</IonCard>
Expand Down

0 comments on commit d2c829d

Please sign in to comment.