From 069c2c2148650f92228c317be35112a68d8506ad Mon Sep 17 00:00:00 2001 From: JP1998 Date: Wed, 3 Apr 2019 11:12:04 +0200 Subject: [PATCH] Fix an issue with some buttons that appeared in grey instead of white --- js/CommonComponents.js | 8 ++++---- pages/index.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/CommonComponents.js b/js/CommonComponents.js index 408ab37..87791dd 100644 --- a/js/CommonComponents.js +++ b/js/CommonComponents.js @@ -82,15 +82,15 @@ class InvisibleLoginLogoutButtons extends React.Component { if(isSignedIn) { return ( - - + + ); } else { return ( - - + + ); } diff --git a/pages/index.js b/pages/index.js index 8dfc2ea..b49f80d 100644 --- a/pages/index.js +++ b/pages/index.js @@ -118,7 +118,7 @@ function PromotedLinkTournamentCode() {
- +

Gib hier einen Turnier Code ein, um direkt zum entsprechenden Turnier zu gelangen.