Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/register/subpages/pdpa.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const Pdpa: React.FC<PdpaProps> = ({
<div className='text-center'>
<Button
className='font-cloud-soft text-2xl font-medium'
disabled={!isValid}
variant={isValid ? 'filled' : 'disabled'}
onClick={onNext}
>
Expand Down
1 change: 1 addition & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ export const config = {
'/faculties',
'/workshop',
'/pick-your-flower',
'/suchibat',
],
}