Correct License banner instructions. (#846)

* Update common.json

* Banner instructions were incorrect. 

Removed the I from "I Agree". License banner indicates setting NEXT_PUBLIC_LICENSE_CONSENT env var to "I Agree". Env var NEXT_PUBLIC_LICENSE_CONSENT set to only accept "agree"

* Update common.json

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
This commit is contained in:
Kelvin F. Alfaro 2021-10-02 14:37:10 -05:00 committed by GitHub
parent 33273b18d3
commit 1662c9cf91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ export default function LicenseBanner() {
<span className="inline"> <span className="inline">
Accept our license by changing the .env variable{" "} Accept our license by changing the .env variable{" "}
<span className="bg-gray-50 bg-opacity-20 px-1">NEXT_PUBLIC_LICENSE_CONSENT</span> to <span className="bg-gray-50 bg-opacity-20 px-1">NEXT_PUBLIC_LICENSE_CONSENT</span> to
&apos;I agree&apos;. &apos;agree&apos;.
</span> </span>
</p> </p>
</div> </div>