Skip to content

Commit 96b2cbb

Browse files
fix(web): drop em dash from hero sub copy
1 parent 05c5207 commit 96b2cbb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

web/components/sections/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export function Hero() {
175175
<span className="line"><em>span-cited</em> receipts.</span>
176176
</h2>
177177
<p className="hero-stage__sub">
178-
<span className="jp-loan">Yūhō</span> are Japan&rsquo;s annual securities reports &mdash; the equivalent of US 10-Ks, ~88,000 pages filed each year by listed companies. <strong>YuhoLens</strong> reads them in English with every claim, currency, margin, and segment linked back to a page and span in the source. Open weights, GGUF on AMD silicon.
178+
<span className="jp-loan">Yūhō</span> are Japan&rsquo;s annual securities reports: the equivalent of US 10-Ks, ~88,000 pages filed each year by listed companies. <strong>YuhoLens</strong> reads them in English with every claim, currency, margin, and segment linked back to a page and span in the source. Open weights, GGUF on AMD silicon.
179179
</p>
180180
<div className="hero-stage__cta">
181181
<a href="#problem" className="hero-stage__btn">Read the case</a>

web/lib/accent-kanji.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const ACCENT_KANJI: Record<string, string> = {
3030

3131
/**
3232
* Normalise an accent span's text content for lookup against ACCENT_KANJI.
33-
* Lower-cases, trims, and strips a single trailing comma — periods are kept
33+
* Lower-cases, trims, and strips a single trailing comma. Periods are kept
3434
* because some keys (e.g. "192 gb hbm3.") encode them deliberately.
3535
*/
3636
export function lookupAccentKanji(raw: string): string | undefined {

web/lib/use-ink-bleed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { useEffect } from "react";
33

44
/**
5-
* Layer 2.3 Ink-bleed accent on hover.
5+
* Layer 2.3 Ink-bleed accent on hover.
66
*
77
* Scans for `.accent`, `.btn-primary`, `.access-card-link` and attaches a
88
* hover handler that reads pointer entry coordinates and writes them as

0 commit comments

Comments
 (0)