Skip to content

Commit

Permalink
feat(route): terms and policy page (#98)
Browse files Browse the repository at this point in the history
Routing terms and policy page implemented
  • Loading branch information
marluanespiritusanto authored Oct 3, 2023
1 parent 6d1a433 commit bc40fb5
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/app/register/stepper/step2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { GridContainer, GridItem } from '@/components/elements/grid';
import { NON_ACCEPTED_TERMS_AND_CONDS_ERROR } from '@/constants';
import { useSnackAlert } from '@/components/elements/alert';
import Step2Modal from './step2Modal';
import Link from 'next/link';

export default function Step2({
infoCedula,
Expand Down Expand Up @@ -122,15 +123,10 @@ export default function Step2({
/>
}
label={
// TODO: Add link to terms and conditions
<>
<a
// target="_blank"
// rel="noreferrer"
href="#"
>
<Link target="_blank" href="/terms">
Aceptar términos y políticas de privacidad
</a>{' '}
</Link>{' '}
<span className="text-error">*</span>
</>
}
Expand Down
Loading

0 comments on commit bc40fb5

Please sign in to comment.