Fix UI and Add shelf item button

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-03 19:52:09 +02:00
parent 71d18a5aa6
commit d386902c71
5 changed files with 52 additions and 22 deletions

View File

@@ -93,6 +93,7 @@ const AppShelf = (props: any) => {
</Box>
</motion.div>
))}
<AddItemShelfItem/>
</SimpleGrid>
);
};