Skip to content

Commit 80d5d78

Browse files
dani-polaniclaude
andcommitted
fix: remove em dashes and tighten copy in home and about pages
Fixes found in unslop-text audit: - Home page: em dash in hero description (diagram—great → diagram, great) - About lede: em dash before list (text — for → text: ) - About partners: we/I voice flip, "happily" adverb, spaced-hyphen-as-dash Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3b991a7 commit 80d5d78

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

bitext/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
>
268268
See exactly which word matches which across stacked lines. Add rows for glosses or IPA if
269269
you need them, click a word then its match on the line above or below, and export or share
270-
the diagramgreat for lessons, posts, or conlang notes.
270+
the diagram, great for lessons, posts, or conlang notes.
271271
</p>
272272
<p class="mt-4 max-w-prose text-sm leading-relaxed text-gray-600 dark:text-gray-400">
273273
Created by

bitext/src/routes/about/+page.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<p class="mt-4 text-lg text-gray-600 dark:text-gray-400">
245245
<strong class="font-semibold text-gray-800 dark:text-gray-200">{DISPLAY_NAME}</strong> is a free,
246246
browser-based tool for drawing word-to-word and morpheme-to-morpheme links between stacked lines of
247-
text — for bilingual glosses, interlinear annotations, classroom handouts, and social posts. Everything
247+
text: bilingual glosses, interlinear annotations, classroom handouts, and social posts. Everything
248248
runs in your browser; your sentences are not stored on our servers unless you choose to share them.
249249
</p>
250250

@@ -453,9 +453,9 @@
453453
<h2 id="doc-partners" class={headingClass}>Partner links</h2>
454454
<p class="mt-3">
455455
{DISPLAY_NAME} stays free and without aggressive ads. Hosting and ongoing upkeep still have a cost,
456-
so we add a few optional partner links - use them if you were already considering the service. It
457-
will help us keep the site running. The referral bonuses come from the provider. Here I recommend
458-
the services that I happily use myself.
456+
so I add a few optional partner links. Use them if you were already considering the service; it
457+
helps keep the site running. The referral bonuses come from the provider. These are services I use
458+
myself.
459459
</p>
460460
<div class="mt-5 flex min-w-0 flex-col gap-4">
461461
<PartnerBannerPreply />

0 commit comments

Comments
 (0)