Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 29, 2024
1 parent de2b161 commit c4d79d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/overview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const ProgramOverview = () => {
<div className="hero__image">
<Image src="/picture_overview.png" alt="hero" layout="fill" className="object-contain" />
</div>
</div>


<div className="hero__subtitle text-center">
Expand Down Expand Up @@ -60,7 +61,7 @@ const ProgramOverview = () => {
The course is designed to be accessible to all students, especially those who are underprivileged.
</h2>
</div>
</div>

);
}

Expand Down

0 comments on commit c4d79d2

Please sign in to comment.