fix: one commit
This commit is contained in:
+4
-6
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user