Skip to content

Commit

Permalink
fix: Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Apr 11, 2024
1 parent 8f7b201 commit 5f68d65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/student/recruitment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ export default async function RecruitmentPage() {
<AccordionItem key={role.name} value={role.name}>
<AccordionTrigger>{role.name}</AccordionTrigger>
<AccordionContent>
<<<<<<< Updated upstream
<P className="leading-7">{role.description}</P>
=======
{role.description.split("\n").map(line =>
line.trimStart().startsWith("#") ? (
<P
Expand All @@ -93,7 +90,6 @@ export default async function RecruitmentPage() {
</P>
)
)}
>>>>>>> Stashed changes
</AccordionContent>
</AccordionItem>
))}
Expand Down

0 comments on commit 5f68d65

Please sign in to comment.