From 5f4b7df2122c602cef0c7a7fc6d7b88235c542b3 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Wed, 31 Jul 2019 14:05:39 +0900 Subject: [PATCH] chore: reorder cards --- web/src/App.js | 6 +++--- web/src/components/cards/GithubCard.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 (