Skip to content

Commit 731ced8

Browse files
BasedestBerryclaude
andcommitted
Rename to Maia-3 in download modal
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0013cc8 commit 731ced8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Common/DownloadModelModal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const DownloadModelModal: React.FC<Props> = ({
103103

104104
<div className="flex flex-col gap-3 text-sm md:text-base">
105105
<p className="text-primary/80">
106-
Our newest model, Maia 3, provides richer and more in-depth
106+
Our newest model, Maia-3, provides richer and more in-depth
107107
analysis, allowing for:
108108
</p>
109109
<ul className="flex list-inside flex-col gap-1.5 pl-2 text-white/80">
@@ -120,7 +120,7 @@ export const DownloadModelModal: React.FC<Props> = ({
120120
</li>
121121
</ul>
122122
<p className="text-white/80">
123-
Maia 3 runs entirely on your device and requires a one-time 44mb
123+
Maia-3 runs entirely on your device and requires a one-time 44mb
124124
download.
125125
</p>
126126
</div>
@@ -174,7 +174,7 @@ export const DownloadModelModal: React.FC<Props> = ({
174174
</span>
175175
)}
176176
<p className="font-medium">
177-
{isDownloading ? 'Downloading...' : 'Download Maia 3'}{' '}
177+
{isDownloading ? 'Downloading...' : 'Download Maia-3'}{' '}
178178
<span className="text-xs text-white/70">(44mb)</span>
179179
</p>
180180
</div>

0 commit comments

Comments
 (0)