From 335dbd4f81ba9efa4bb4a58f2cbd0297ee0c9821 Mon Sep 17 00:00:00 2001 From: jgiwinski Date: Fri, 23 Feb 2024 11:27:46 -0700 Subject: [PATCH] Update instruction copy, remove entity logo, update copyright date --- src/App.js | 11 ++++------- src/assets/stylesheets/App.css | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/App.js b/src/App.js index e29d757..d6bff87 100644 --- a/src/App.js +++ b/src/App.js @@ -124,19 +124,16 @@ function App() {
InCommon-Logo - {error ? ( + {!error ? ( <>

{error}

Click Here for more information.

) : (
-
-

You are being asked to login to the following service: {displayName}

- {`${displayName} -
+

You are accessing the following service: {displayName}

-

Please select your home organization using the button below.

+

Select your home organization:

-

© Copyright 2020, InCommon, LLC | incommon.org | InCommon: Identity and Access for Research and Education

+

© Copyright 2024, InCommon, LLC | incommon.org | InCommon: Identity and Access for Research and Education

diff --git a/src/assets/stylesheets/App.css b/src/assets/stylesheets/App.css index 243f312..8e37eef 100644 --- a/src/assets/stylesheets/App.css +++ b/src/assets/stylesheets/App.css @@ -297,7 +297,7 @@ header { text-align: center; } -#login p { +.bottom-0 { margin-bottom: 0; }