feat: ingredient product

This commit is contained in:
ferdiansyah783
2025-08-12 21:29:24 +07:00
parent c3780af341
commit f3dfad4cb3
36 changed files with 1731 additions and 465 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ const Login = ({ mode }: { mode: SystemMode }) => {
</Button>
<div className='flex justify-center items-center flex-wrap gap-2'>
<Typography>New on our platform?</Typography>
<Typography component={Link} href={getLocalizedUrl('/register', locale as Locale)} color='primary.main'>
<Typography component={Link} href={getLocalizedUrl('/organization', locale as Locale)} color='primary.main'>
Create an account
</Typography>
</div>