diff --git a/app/src/components/History/HistoryTable.tsx b/app/src/components/History/HistoryTable.tsx index a68895b5..db0b0427 100644 --- a/app/src/components/History/HistoryTable.tsx +++ b/app/src/components/History/HistoryTable.tsx @@ -108,9 +108,7 @@ export function HistoryTable() { {gen.profile_name}
- - {gen.language} - + {gen.language} {formatDuration(gen.duration)} @@ -131,7 +129,10 @@ export function HistoryTable() {
{/* Far right - Ellipsis actions */} -
e.stopPropagation()}> +
e.stopPropagation()} + > + + + +
+ +
-
-

Download

-

Choose your platform

+ + {/* Right side - Large screenshot positioned off-screen */} +
+
+ Voicebox Application Screenshot +
-
- - - - -
-
- } - /> + + {/* Features Section */}
diff --git a/landing/src/components/Header.tsx b/landing/src/components/Header.tsx index ce6ae2c4..9af8618e 100644 --- a/landing/src/components/Header.tsx +++ b/landing/src/components/Header.tsx @@ -1,7 +1,7 @@ 'use client'; -import Link from 'next/link'; import { Github } from 'lucide-react'; +import Link from 'next/link'; import { Button } from '@/components/ui/button'; import { GITHUB_REPO } from '@/lib/constants'; @@ -15,7 +15,7 @@ export function Header() { href="/" className="flex items-center gap-2 font-bold text-xl sm:text-2xl hover:opacity-80 transition-opacity tracking-tight" > - voicebox + Voicebox {/* Actions */} diff --git a/tauri/src-tauri/gen/Assets.car b/tauri/src-tauri/gen/Assets.car index e553bcf6..8819f525 100644 Binary files a/tauri/src-tauri/gen/Assets.car and b/tauri/src-tauri/gen/Assets.car differ