Skip to content

Commit b778ee5

Browse files
Copilotvinutv
andauthored
Fix verify CI failure from Prettier drift in foundations-page (#53)
* Initial plan * fix: format foundations page to satisfy verify check Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
1 parent 57bfc75 commit b778ee5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/components/foundations-page.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ const SHIMMER_UTILITIES: { className: string; styles: string }[] = [
235235
},
236236
];
237237

238-
239238
/* ── Squircle utilities (custom Care UI, requires corner-shape support) ── */
240239

241240
const SQUIRCLE: { className: string; based_on: string; note: string }[] = [
@@ -661,8 +660,8 @@ export function FoundationsPage() {
661660
<InlineCode>src/index.css</InlineCode>) animates a highlight sweep
662661
across text via <InlineCode>background-clip: text</InlineCode>. It is
663662
built on <InlineCode>currentColor</InlineCode>, so it adapts to any
664-
text color with no configuration, and brightens automatically in
665-
dark mode. Use it for streaming/generating states —{" "}
663+
text color with no configuration, and brightens automatically in dark
664+
mode. Use it for streaming/generating states —{" "}
666665
<InlineCode>Generating response…</InlineCode> — instead of a plain
667666
pulse or opacity animation.
668667
</DocumentationParagraph>
@@ -705,8 +704,8 @@ export function FoundationsPage() {
705704
</div>
706705
<p className="text-muted-foreground mt-2 text-sm leading-6">
707706
When the user prefers reduced motion, the animation is disabled
708-
automatically and the text renders normally — nothing to
709-
configure. The sweep also follows reading direction automatically
707+
automatically and the text renders normally — nothing to configure.
708+
The sweep also follows reading direction automatically
710709
(left-to-right in LTR, right-to-left in RTL); use{" "}
711710
<InlineCode>shimmer-reverse</InlineCode> to flip it manually.
712711
</p>

0 commit comments

Comments
 (0)