lighthouse
This commit is contained in:
@@ -171,7 +171,7 @@ export default function PayPalGenerator() {
|
||||
onChange={(e) => setPaypalId(e.target.value)}
|
||||
className="h-12 text-base rounded-xl border-slate-200 focus:border-[#003087] focus:ring-[#003087]"
|
||||
/>
|
||||
<p className="text-xs text-slate-500 mt-2">
|
||||
<p className="text-xs text-slate-600 mt-2">
|
||||
{inputType === 'username'
|
||||
? <>Find yours at <a href="https://paypal.me" target="_blank" rel="noopener noreferrer" className="text-[#003087] underline">paypal.me</a></>
|
||||
: 'The email address linked to your PayPal account'
|
||||
@@ -293,7 +293,7 @@ export default function PayPalGenerator() {
|
||||
<span className="truncate">{paypalId || 'Your PayPal'}</span>
|
||||
</h3>
|
||||
{amount && (
|
||||
<p className="text-sm text-slate-500 mt-1">{amount} {currency}</p>
|
||||
<p className="text-sm text-slate-600 mt-1">{amount} {currency}</p>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
@@ -317,7 +317,7 @@ export default function PayPalGenerator() {
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<p className="text-xs text-slate-500 mt-4 text-center">
|
||||
<p className="text-xs text-slate-600 mt-4 text-center">
|
||||
Your PayPal link is encoded directly. Static and forever free.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user