From 89593263e7ed7b9bde571ac7ee156a3ac9893454 Mon Sep 17 00:00:00 2001 From: Tomo <68489118+Tomodachi94@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:32:06 -0700 Subject: [PATCH] fix: Set input type for AddLinkModal The input type for the AddLinkModal was set to 'text' instead of 'url'. This causes various frustrations when using the web app on mobile; for example, autocorrect is applied to URLs that are manually typed. https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types#url_field --- packages/web/components/templates/homeFeed/AddLinkModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/templates/homeFeed/AddLinkModal.tsx b/packages/web/components/templates/homeFeed/AddLinkModal.tsx index 20b8f300c..28c06595e 100644 --- a/packages/web/components/templates/homeFeed/AddLinkModal.tsx +++ b/packages/web/components/templates/homeFeed/AddLinkModal.tsx @@ -101,7 +101,7 @@ export function AddLinkModal(props: AddLinkModalProps): JSX.Element { }} >