mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix spelling
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user