From 153d5fdc65fd28b6949035c6ce2bf9a5d305f8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aron=20Sch=C3=BCler?= Date: Sun, 28 Jan 2024 12:14:25 +0100 Subject: [PATCH] feat: correct hints on project creation form --- src/views/NewProject.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/NewProject.vue b/src/views/NewProject.vue index 2ee0463..727da58 100644 --- a/src/views/NewProject.vue +++ b/src/views/NewProject.vue @@ -279,11 +279,17 @@ const { value: tags, errorMessage: tagsError } = useField("tags");
+ +
+ +

+ We'll automatically resize it to 300x300 pixels. +

@@ -303,16 +309,10 @@ const { value: tags, errorMessage: tagsError } = useField("tags"); multiple name="screensthots" type="file" - class="block w-full max-w-lg rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm" + class="block w-full max-w-lg rounded-md focus:border-blue-500 focus:ring-blue-500 sm:text-sm" @change="handleScreenshotUpload" /> - -

PNG, JPG, WEBP up to 10MB

- -

- We'll automatically resize it to 300x300 pixels. -