Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-arnout committed May 9, 2024
1 parent beb5a4b commit 56f8d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/[locale]/components/SubmitDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ const SubmitDetailsPage: React.FC<SubmitDetailsPageProps> = ({locale, project_id
<ProjectReturnButton locale={locale} project_id={projectData?.project_id}/>
</Grid>
<Grid item xs={12} style={{display: 'flex', justifyContent: 'center', paddingTop: 20}}>
<Card raised style={{width: 1000}}>
<Card raised style={{width: 800}}>
<CardContent>
<Typography
variant="h3"
sx={{
fontWeight: 'medium'
}}
>
{t('submit_project')}: {projectData?.name}
{projectData?.name}
</Typography>
<Divider style={{marginBottom: 10, marginTop: 10}}/>
<Typography>
Expand Down

0 comments on commit 56f8d70

Please sign in to comment.