fix spelling

This commit is contained in:
SethBurkart123
2024-04-03 17:44:51 +11:00
parent c248631b07
commit c6c4de9dfd
+1 -1
View File
@@ -141,7 +141,7 @@ function ThemeCreator({ themeID }: { themeID?: string }) {
<Divider /> <Divider />
<h2 className='pb-1 text-lg font-semibold'>Custom Images</h2> <h2 className='pb-1 text-lg font-semibold'>Custom Images</h2>
<p className='pb-3 text-sm'>Upload images to include them in your theme via css variables.</p> <p className='pb-3 text-sm'>Upload images to include them in your theme via CSS variables.</p>
{theme.CustomImages.map((image) => ( {theme.CustomImages.map((image) => (
<div key={image.id} className="flex items-center h-16 py-2 mb-4 bg-white rounded-lg shadow-lg dark:bg-zinc-900"> <div key={image.id} className="flex items-center h-16 py-2 mb-4 bg-white rounded-lg shadow-lg dark:bg-zinc-900">