Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/src/lib/components/home/nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
darkSrc={siteConfig.logoDark ?? siteConfig.logo}
strokeSrc={siteConfig.logoMark}
height={28}
alt="Foundry Local"
alt=""
/>
</span>
<span class="ml-1 whitespace-nowrap text-lg font-semibold">Foundry Local</span>
Expand Down
2 changes: 1 addition & 1 deletion www/src/lib/components/install-command.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ let response = client.complete_chat(&messages, None).await?;`,
class="border-primary/20 bg-primary/5 hover:border-primary/40 relative w-full rounded-xl border p-4 transition-all duration-300 hover:shadow-lg sm:p-5"
>
<div class="mb-4 text-center">
<h3 class="text-foreground text-sm font-semibold sm:text-base">Start with the SDK</h3>
<h2 class="text-foreground text-sm font-semibold sm:text-base">Start with the SDK</h2>
<p class="text-muted-foreground mx-auto mt-1 max-w-xl text-xs">
Install one package, load a model, then run inference in-process.
</p>
Expand Down
1 change: 1 addition & 0 deletions www/src/routes/models/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@

<div class="bg-white dark:bg-neutral-950">
<main id="main-content" class="mx-auto w-full max-w-6xl px-6 py-8 sm:px-8 lg:px-12">
<h1 class="sr-only">Foundry Local model catalog</h1>
<section
class="border-border/50 bg-muted/30 mb-4 rounded-lg border px-3 py-2.5 sm:px-4"
aria-label="CLI quick test"
Expand Down
2 changes: 1 addition & 1 deletion www/src/routes/models/components/ModelFilters.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Card.Root class="border-border/40 bg-background shadow-sm">
<Card.Header class="flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between">
<div>
<Card.Title class="text-2xl font-semibold">Browse Foundry Models</Card.Title>
<Card.Title level={2} class="text-2xl font-semibold">Browse Foundry Models</Card.Title>
<Card.Description>Results update automatically as you type or change filters</Card.Description
>
</div>
Expand Down