feat: edit image

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-09 04:34:43 +01:00
parent 1250c8f4c3
commit 90e0389156
7 changed files with 522 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ export default function ToolInputAndResult({
return (
<Grid id="tool" container spacing={2}>
{input && (
<Grid item xs={12} md={6}>
<Grid item xs={12} md={result ? 6 : 12}>
{input}
</Grid>
)}