Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theUniC committed Jun 23, 2024
1 parent f0208a8 commit 0ad6676
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/components/CallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export function CallToAction() {
Get started today
</h2>
<p className="mt-4 text-lg tracking-tight text-white">
It’s time to take control of your development process.
Try Gitmood and start enhancing your team's productivity.
It’s time to take control of your development process. Try Gitmood
and start enhancing your team&apos;s productivity.
</p>
<Button href="/register" color="white" className="mt-10">
Free ßeta
Expand Down
12 changes: 5 additions & 7 deletions src/components/SecondaryFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ interface Feature {
const features: Array<Feature> = [
{
name: 'Detailed Reporting',
summary: 'Stay on top of your development with always up-to-date reporting features.',
summary:
'Stay on top of your development with always up-to-date reporting features.',
description:
'Our detailed reporting ensures you have all the information you need about your pull requests and feedback cycles, helping you continuously improve.',
image: screenshotProfitLoss,
Expand Down Expand Up @@ -55,8 +56,7 @@ const features: Array<Feature> = [
},
{
name: 'Real-time Feedback',
summary:
'Never miss a comment with real-time feedback tracking.',
summary: 'Never miss a comment with real-time feedback tracking.',
description:
'Gitmood tracks feedback in real-time, ensuring you’re always up to date with your team’s comments and suggestions.',
image: screenshotInventory,
Expand All @@ -83,8 +83,7 @@ const features: Array<Feature> = [
},
{
name: 'Team Collaboration',
summary:
'Organize all team feedback and discussions in one place.',
summary: 'Organize all team feedback and discussions in one place.',
description:
'Gitmood centralizes all feedback, making it easy for your team to stay organized and on the same page.',
image: screenshotContacts,
Expand All @@ -106,7 +105,6 @@ const features: Array<Feature> = [
},
]


function Feature({
feature,
isActive,
Expand Down Expand Up @@ -238,7 +236,7 @@ export function SecondaryFeatures() {
Simplify your development feedback
</h2>
<p className="mt-4 text-lg tracking-tight text-slate-700">
Because making feedback complicated wouldn't help anyone.
Because making feedback complicated wouldn&apos;t help anyone.
Gitmood keeps it straightforward and effective
</p>
</div>
Expand Down

0 comments on commit 0ad6676

Please sign in to comment.