Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hams7504 committed Sep 25, 2023
1 parent c3fa915 commit 8ec2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dar_collection_review/ApplicationInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default function ApplicationInformation(props) {
];

return (
div({className: '', style: {padding: '2% 3%', backgroundColor: 'white'}}, [
div({className: 'application-information-page', style: {padding: '2% 3%', backgroundColor: 'white'}}, [
div({className: 'applicant-information-container', style: { margin: '0 0 2.5rem 0'}}, [
div({className: 'applicant-information-subheader', style: styles.title}, ['Applicant Information']),
div({className: 'information-row', style: styles.row}, [
Expand Down

0 comments on commit 8ec2637

Please sign in to comment.