Skip to content

Commit 24d9aa3

Browse files
author
ChromeOS Developer
committed
Final documentation updates for hackathon submission
1 parent 3b58e1c commit 24d9aa3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ flowchart TD
289289

290290
## Credits
291291

292-
Built for the **Mistral AI Worldwide Hackathon 2026**
292+
Built for the **Mistral AI Worldwide Hackathon 2026** — developed in 48 hours
293293

294294
Powered by [Voxtral Mini](https://mistral.ai/) — Mistral's native audio understanding model
295295

frontend/src/components/Footer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export default function Footer() {
33
<footer className="bg-gray-900 text-gray-500 text-center py-4 text-xs space-y-1">
44
<p>Built for Mistral AI Worldwide Hackathon 2026</p>
55
<p className="text-gray-600">Powered by Voxtral</p>
6-
<p className="text-gray-600">Developed with Mistral Vibe CLI</p>
76
</footer>
87
);
98
}

0 commit comments

Comments
 (0)