Skip to content

Commit

Permalink
hotfix: theme submission form help text showed the wrong max number o…
Browse files Browse the repository at this point in the history
…f images
  • Loading branch information
Tony Sullivan committed Oct 5, 2023
1 parent 86a3e79 commit aadc456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/themes/submit/_components/ThemeImageUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function AdditionalImageContent() {
return (
<section class="flex flex-col items-center justify-center p-4 text-center font-light">
<h3 class="text-xl">Additional Theme Images</h3>
<p class="mb-2 text-sm text-astro-gray-200">Drag and drop to upload (max 8 images)</p>
<p class="mb-2 text-sm text-astro-gray-200">Drag and drop to upload (max 4 images)</p>
<p class="button button-sm button button-white h-8 px-3">
Or Select Files
<FileUploadIcon aria-hidden />
Expand Down

0 comments on commit aadc456

Please sign in to comment.