refactor: simplify upload UI and enforce glb-only preview
This commit is contained in:
+3
-3
@@ -9,14 +9,14 @@ export default function Home() {
|
||||
</h1>
|
||||
<p className="text-gray-400 text-base leading-relaxed">
|
||||
Deposez vos fichiers 3D — ils seront archives sur le Drive
|
||||
<br />avec versioning, puis envoyes aux devs via GitHub.
|
||||
<br />avec versioning, puis envoyes aux devs via GitHub
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<UploadZone />
|
||||
|
||||
<footer className="mt-10 text-gray-500 text-xs text-center">
|
||||
Modeles : <span className="font-mono text-gray-400">.glb · .gltf</span>
|
||||
<footer className="text-gray-500 text-xs text-center">
|
||||
Modeles : <span className="font-mono text-gray-400">.glb</span>
|
||||
<span className="mx-2">·</span>
|
||||
Textures : <span className="font-mono text-gray-400">.png · .jpg · .webp</span>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user