From 6c8668029bfb8920bd0f8b21b4f18121e0faa0a7 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Thu, 29 Jul 2021 09:15:00 -0700 Subject: Make language display consistent (#137) Co-authored-by: Kishor Bhat --- src/App.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/App.js b/src/App.js index e5d8cd1..928583c 100644 --- a/src/App.js +++ b/src/App.js @@ -1,8 +1,8 @@ import React from 'react'; import { useTranslation } from 'react-i18next'; +import logo from '../src/images/wifi.png'; import { Card } from './components/Card'; import './style.css'; -import logo from '../src/images/wifi.png'; function App() { const html = document.querySelector('html'); @@ -34,20 +34,20 @@ function App() { value={i18n.language} onChange={(e) => changeLanguage(e.target.value)} > - - - - - - - - - - + + + + + + + + + + + - - - + + -- cgit v1.2.3