Skip to content

Commit

Permalink
Merge pull request #58 from appKom/soknaded
Browse files Browse the repository at this point in the history
Fikser typo
  • Loading branch information
jorgengaldal authored Sep 16, 2024
2 parents 89f17a0 + 6abbcaf commit 9aa4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ApplicationPage = () => (
</section>

<section>
<SemiTitle text="Søknaded må inneholde:" />
<SemiTitle text="Søknaden må inneholde:" />
<ul className="space-y-4 text-gray-300">
{applicationContent.map((item, index) => (
<li key={index} className="flex items-center text-lg">
Expand Down

0 comments on commit 9aa4bd8

Please sign in to comment.