fix: one commit

This commit is contained in:
Tom Boullay
2026-04-14 12:17:06 +02:00
parent 76d9c21929
commit c795082ca4
5 changed files with 247 additions and 198 deletions
+4 -6
View File
@@ -8,19 +8,17 @@ export default function Home() {
Upload GLTF
</h1>
<p className="text-gray-400 text-base leading-relaxed">
Drop your 3D files they will be automatically versioned
<br />and pushed to your GitHub repository via Git LFS.
Deposez vos fichiers 3D ils seront automatiquement versionnes
<br />et envoyes sur votre depot GitHub.
</p>
</div>
<UploadZone />
<footer className="mt-10 text-gray-500 text-xs text-center">
Models: <span className="font-mono text-gray-400">.glb · .gltf</span>
Modeles : <span className="font-mono text-gray-400">.glb · .gltf</span>
<span className="mx-2">·</span>
Textures: <span className="font-mono text-gray-400">.png · .jpg · .webp</span>
<span className="mx-2">·</span>
Max size: <span className="font-mono text-gray-400">2 GB</span>
Textures : <span className="font-mono text-gray-400">.png · .jpg · .webp</span>
</footer>
</main>
)