Skip to content

Commit 4775f7a

Browse files
committedJul 16, 2024
chore: Update description
1 parent 372c82d commit 4775f7a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎src/app/app.component.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
</defs>
2828
</svg>
2929
<h1>Hello ngx-culqi</h1>
30-
<p>UNOFFICIAL Culqi payment gateway library made to use with Angular. by lperezp.dev. 🎉</p>
30+
<p>UNOFFICIAL Culqi payment gateway library made to use with Angular by <a
31+
href="https://www.lperezp.dev/?utm_source=ngx-culqi&utm_medium=demo&utm_campaign=ngx-culqi&utm_id=gh-pages">lperezp.dev</a>
32+
🎉</p>
3133
<app-cart />
3234
</div>
3335
<div class="divider" role="separator" aria-label="Divider"></div>

‎src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>ngx-culqi: UNOFFICIAL Culqi payment gateway library made to use with Angular..</title>
6+
<title>ngx-culqi: UNOFFICIAL Culqi payment gateway library made to use with Angular by lperezp.dev</title>
77
<base href="/">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">

0 commit comments

Comments
 (0)
Please sign in to comment.