Skip to content

Commit

Permalink
chore: remove dots
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 25, 2024
1 parent 393b5bd commit 14c7f4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/compare/comparison-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function ComparisonTable(props: {
<Th>
<ThMain>Sensitivity threshold per screenshot</ThMain>
<ThSubLink href="/changelog/2024-07-09-sensitivity-threshold">
Set a threshold by screenshot to reduce flakiness.
Set a threshold by screenshot to reduce flakiness
</ThSubLink>
</Th>
<Feature feature={props.features.sensitivityThresholdPerScreenshot} />
Expand All @@ -139,7 +139,7 @@ export function ComparisonTable(props: {
<Th>
<ThMain>GitHub Actions partial re-runs</ThMain>
<ThSubLink href="/changelog/2024-06-17-partial-re-runs-github-actions">
Save time and resources with partial re-runs.
Save time and resources with partial re-runs
</ThSubLink>
</Th>
<Feature feature={props.features.githubActionsPartialReRuns} />
Expand All @@ -149,7 +149,7 @@ export function ComparisonTable(props: {
<Th>
<ThMain>High screenshot quality</ThMain>
<ThSubLink href="/changelog/2024-06-13-enhanced-screenshot-quality">
Don't miss any detail with enhanced quality.
Don't miss any detail with enhanced quality
</ThSubLink>
</Th>
<Feature feature={props.features.bestScreenshotQuality} />
Expand All @@ -159,7 +159,7 @@ export function ComparisonTable(props: {
<Th>
<ThMain>Monitoring mode</ThMain>
<ThSubLink href="/changelog/2024-05-28-monitoring-mode">
Run periodic checks on your website.
Run periodic checks on your website
</ThSubLink>
</Th>
<Feature feature={props.features.monitoringMode} />
Expand All @@ -168,7 +168,7 @@ export function ComparisonTable(props: {
<Tr>
<Th>
<ThMain>Beautiful and intuitive UI</ThMain>
<ThSub>Designed to be effective.</ThSub>
<ThSub>Designed to be effective</ThSub>
</Th>
<Feature feature={props.features.beautifulAndIntuitiveUi} />
</Tr>
Expand Down

0 comments on commit 14c7f4f

Please sign in to comment.