🎨 Fix architecture for CI

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-17 21:36:07 +02:00
parent 2ba9d517a8
commit 64923b03d9
7 changed files with 15 additions and 207 deletions

View File

@@ -154,7 +154,14 @@ export function AddAppShelfItemForm(props: { setOpened: (b: boolean) => void } &
return (
<>
<Center>
<Image height={120} width={120} fit="contain" src={form.values.icon} alt="Placeholder" withPlaceholder />
<Image
height={120}
width={120}
fit="contain"
src={form.values.icon}
alt="Placeholder"
withPlaceholder
/>
</Center>
<form
onSubmit={form.onSubmit(() => {