From f5658e198002655389ccfc6e79994adbd2b5fb0c Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sat, 1 Apr 2023 06:57:04 +0600 Subject: [PATCH] chore: required indicator --- src/components/Setting/UpdateProfile.astro | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/Setting/UpdateProfile.astro b/src/components/Setting/UpdateProfile.astro index 6cc4d95b5..182ef1c6c 100644 --- a/src/components/Setting/UpdateProfile.astro +++ b/src/components/Setting/UpdateProfile.astro @@ -3,7 +3,11 @@

Manage settings for your roadmap.sh profile

- +
-
@@ -51,7 +56,6 @@ name='linkedin' id='linkedin' class='mt-2 block w-full appearance-none rounded-lg border border-gray-300 px-3 py-2 shadow-sm outline-none transition duration-150 ease-in-out placeholder:text-gray-400 focus:ring-2 focus:ring-black focus:ring-offset-1' - required placeholder='https://www.linkedin.com/in/arikchakma/' />
@@ -65,7 +69,6 @@ name='website' id='website' class='mt-2 block w-full appearance-none rounded-lg border border-gray-300 px-3 py-2 shadow-sm outline-none transition duration-150 ease-in-out placeholder:text-gray-400 focus:ring-2 focus:ring-black focus:ring-offset-1' - required placeholder='https://arikko.dev' />