Skip to content

Commit 8ce5a2e

Browse files
committed
🐛 fix: use flexible Razorpay link without hardcoded amount
1 parent cafa52a commit 8ce5a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ <h1><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentC
499499
<div class="footer-row" style="display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px">
500500
<a href="https://ko-fi.com/praxlannister" target="_blank" rel="noopener noreferrer" style="display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#FF5E5B;color:#fff;border-radius:20px;font-size:11px;font-weight:600;text-decoration:none">Ko-fi</a>
501501
<a href="https://github.com/sponsors/PrakharMNNIT" target="_blank" rel="noopener noreferrer" style="display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#db61a2;color:#fff;border-radius:20px;font-size:11px;font-weight:600;text-decoration:none">Sponsors</a>
502-
<a href="https://razorpay.me/@praxlannister007?amount=ZFm4ghdmeB6pF5PK8Ki64w%3D%3D" target="_blank" rel="noopener noreferrer" style="display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#FF9933;color:#fff;border-radius:20px;font-size:11px;font-weight:600;text-decoration:none">UPI</a>
502+
<a href="https://razorpay.me/@praxlannister007" target="_blank" rel="noopener noreferrer" style="display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#FF9933;color:#fff;border-radius:20px;font-size:11px;font-weight:600;text-decoration:none">UPI</a>
503503
</div>
504504

505505
<!-- Row 3: UPI expandable section (hidden by default) -->

0 commit comments

Comments
 (0)