From 45349090effdaee60e0394e46774982f65bc2cb6 Mon Sep 17 00:00:00 2001 From: No0ne003 Date: Fri, 3 May 2024 14:27:40 +0100 Subject: [PATCH] change type of button on githubProfileFinder to submit --- src/pages/GithubProfileFinder/GithubProfileFinder.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/GithubProfileFinder/GithubProfileFinder.jsx b/src/pages/GithubProfileFinder/GithubProfileFinder.jsx index 8a3ff40..41f59bc 100644 --- a/src/pages/GithubProfileFinder/GithubProfileFinder.jsx +++ b/src/pages/GithubProfileFinder/GithubProfileFinder.jsx @@ -40,7 +40,7 @@ export const GithubProfileFinder = () => { value={userName} onChange={(event) => setUserName(event.target.value)} /> -