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>pull/847/head^2
parent
33273b18d3
commit
1662c9cf91
|
@ -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
|
||||||
'I agree'.
|
'agree'.
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue