Skip to content

Commit

Permalink
fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Aug 2, 2024
1 parent ef0cdea commit 0e250eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/home/Organizers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function Organizers({ organizers }: { organizers: Organizer[] }) {
<div className="w-full md:w-6/12 ml-auto">
<div className="md:pr-12 text-left mt-3 md:mt-0">
<h2 className="title lowercase dark:text-accent-dark">
<span>community partners</span>{' '}
<span className="font-medium"> by;</span>
<span>community</span>{' '}
<span className="font-medium"> partners;</span>
</h2>
</div>
</div>
Expand Down

0 comments on commit 0e250eb

Please sign in to comment.