Skip to content

Commit

Permalink
docs: fix type in main index page heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Jul 21, 2024
1 parent b8ea504 commit 0973654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ function OpeningDescription() {
return (
<FadeIn>
<Heading as="h3" additionalClasses="max-w-xl">
<span className="text-[#6b0072]">Symposia</span> is an
philosophy courseplatform that offers on-demand digital courses,
live university-grade seminars and personalized tuition.
<span className="text-[#6b0072]">Symposia</span> is a philosophy
course platform that offers on-demand digital courses, live
university-grade seminars, and personalized tuition.
</Heading>
</FadeIn>
);
Expand Down

0 comments on commit 0973654

Please sign in to comment.