Skip to content

Commit

Permalink
feat: enable Soy yo RD link
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyArt1 committed Aug 29, 2024
1 parent a3d9bd0 commit 2923dfa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/app/[lang]/account-created/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ export default async function ConfirmationPage({ params: { lang } }: Props) {
description: intl.registered.descriptions.gobdo,
icon: gobdo,
},
{
ready: true,
name: 'Soy Yo RD',
url: 'https://soyyord.gob.do',
description: intl.registered.descriptions.soyyo,
icon: soyyo,
},
{
ready: false,
name: 'Beca tu Futuro',
url: 'https://becas.gob.do',
description: intl.registered.descriptions.becas,
icon: becas,
},
{
ready: false,
name: 'Soy Yo RD',
url: 'https://soyyord.gob.do',
description: intl.registered.descriptions.soyyo,
icon: soyyo,
},
];

return (
Expand Down

0 comments on commit 2923dfa

Please sign in to comment.