Skip to content
Merged
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
7 changes: 4 additions & 3 deletions frontend/src/routes/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ function DownloadPage() {
<h2 className="text-3xl font-light mb-8 flex items-center gap-3">
<Monitor className="w-7 h-7" /> Desktop Apps
<span className="ml-3 text-xl text-[hsl(var(--marketing-text-muted))]">
A faster, more focused experience for your private AI chat
A faster, more focused experience for your private AI chat. Includes Maple Proxy for
local API access.
</span>
</h2>

Expand Down Expand Up @@ -159,8 +160,8 @@ function DownloadPage() {
Windows version coming soon. In the meantime, you can use the{" "}
<a href="/login" className="text-[hsl(var(--purple))] hover:underline">
web app
</a>{" "}
for full functionality.
</a>
.
</p>
<p className="text-sm">
Current version: <span className="font-mono text-foreground">{currentVersion}</span>
Expand Down
Loading