Skip to content

Commit 8fffd38

Browse files
committed
chore: fix typo
1 parent ffcd803 commit 8fffd38

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function Home() {
7878
{[
7979
{ num: "1", label: "Web Search", tech: "Bright Data SERP", color: "#9D97F4" },
8080
{ num: "2", label: "Open Browsers", tech: "Browser API", color: "#3D7FFC" },
81-
{ num: "3", label: "Navigate Pages", tech: "Yutori N1 Vision", color: "#15C1E6" },
81+
{ num: "3", label: "Navigate Pages", tech: "Yutori n1 Vision", color: "#15C1E6" },
8282
{ num: "4", label: "Best Tickets", tech: "Ranked results", color: "#34d399" },
8383
].map((step) => (
8484
<div key={step.num} className="relative flex flex-col items-center text-center">
@@ -183,7 +183,7 @@ export default function Home() {
183183
rel="noreferrer"
184184
className="flex items-center justify-center gap-2 rounded-xl border border-white/10 bg-white/5 px-5 py-3 text-sm font-semibold text-white/80 transition-colors hover:bg-white/10"
185185
>
186-
Learn about Yutori N1
186+
Learn about Yutori n1
187187
</a>
188188
</div>
189189
</div>
@@ -218,7 +218,7 @@ export default function Home() {
218218
))}
219219
</div>
220220
) : finalAnswer ? (
221-
/* Fallback: raw N1 answer when structured parsing yielded nothing */
221+
/* Fallback: raw n1 answer when structured parsing yielded nothing */
222222
<div className="rounded-xl border border-white/10 bg-slate-900/60 p-6 text-sm leading-relaxed text-white/80 whitespace-pre-wrap">
223223
{finalAnswer}
224224
</div>
@@ -246,7 +246,7 @@ export default function Home() {
246246
rel="noreferrer"
247247
className="text-white/60 underline hover:text-white"
248248
>
249-
Yutori N1
249+
Yutori n1
250250
</a>
251251
</p>
252252
</footer>

src/components/AgentSummary.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function AgentSummary({
6464
{
6565
label: "AI Actions",
6666
value: stats.actions,
67-
sub: "Yutori N1",
67+
sub: "Yutori n1",
6868
icon: (
6969
<svg className="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
7070
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122" />
@@ -118,7 +118,7 @@ export function AgentSummary({
118118
Searched Google via <span className="text-white/60">Bright Data SERP API</span>,
119119
opened {stats.pagesOpened} ticket {stats.pagesOpened === 1 ? "site" : "sites"} in
120120
a <span className="text-white/60">Bright Data Browser API</span>,
121-
autonomously navigated with <span className="text-white/60">Yutori N1</span> vision
121+
autonomously navigated with <span className="text-white/60">Yutori n1</span> vision
122122
model, and extracted {ticketCount} structured {ticketCount === 1 ? "result" : "results"}.
123123
</p>
124124
</div>

0 commit comments

Comments
 (0)