Hello there
+diff --git a/src/pages/CustomHooks/use-outside-click/test.jsx b/src/pages/CustomHooks/use-outside-click/test.jsx index f908ffe..a7c1b46 100644 --- a/src/pages/CustomHooks/use-outside-click/test.jsx +++ b/src/pages/CustomHooks/use-outside-click/test.jsx @@ -8,11 +8,11 @@ const UseOnClickOutsideTest = () => { useOutsideClick(ref, () => setShowContent(false)); return ( -
diff --git a/src/pages/GithubProfileFinder/GithubProfileFinder.jsx b/src/pages/GithubProfileFinder/GithubProfileFinder.jsx index a8d8e57..821dead 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)} /> -
Hello there
+