diff --git a/web/src/App.js b/web/src/App.js
index 11eb216..1fa4180 100644
--- a/web/src/App.js
+++ b/web/src/App.js
@@ -36,16 +36,16 @@ export default function App() {
Result for {query}
-
-
+
-
+
+
) : null}
diff --git a/web/src/components/cards/GithubCard.js b/web/src/components/cards/GithubCard.js
index abf451c..7e63602 100644
--- a/web/src/components/cards/GithubCard.js
+++ b/web/src/components/cards/GithubCard.js
@@ -7,7 +7,7 @@ import { capitalize } from '../../util/text'
export default function GithubCard({ name }) {
return (