Skip to content

Commit 1e425be

Browse files
Fix - portfolio typo.
1 parent c5971ac commit 1e425be

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# WazirX-Porfolio-Tracker
1+
# WazirX Portfolio Tracker
2+
23
Free and open source solution to track your Wazirx Portfolio

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
{
2-
"name": "finally-raunak/wazirx-porfolio-tracker",
1+
portfolio{
2+
"name": "finally-raunak/wazirx-portfolio-tracker",
33
"description": "Free and open source solution to track your Wazirx Portfolio",
4-
"homepage": "https://github.com/finallyRaunak/wazirx-porfolio-tracker/",
4+
"homepage": "https://github.com/finallyRaunak/wazirx-portfolio-tracker/",
55
"type":"project",
66
"readme": "./README.md",
77
"keywords": [
88
"wazirx",
99
"wazirx-php-sdk",
1010
"crypto",
11-
"porfolio-tracker"
11+
"portfolio-tracker"
1212
],
1313
"license": "MIT",
1414
"authors": [
@@ -47,8 +47,8 @@
4747
"clear:cache": "Clear or remove all the crypto cached information."
4848
},
4949
"support": {
50-
"issues": "https://github.com/finallyRaunak/wazirx-porfolio-tracker/issues",
51-
"forum": "https://github.com/finallyRaunak/wazirx-porfolio-tracker/discussions",
52-
"docs": "https://github.com/finallyRaunak/wazirx-porfolio-tracker/blob/main/doc/README.md"
50+
"issues": "https://github.com/finallyRaunak/wazirx-portfolio-tracker/issues",
51+
"forum": "https://github.com/finallyRaunak/wazirx-portfolio-tracker/discussions",
52+
"docs": "https://github.com/finallyRaunak/wazirx-portfolio-tracker/blob/main/doc/README.md"
5353
}
5454
}

src/views/wrx.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
Portfolio<?php
22
//for profit
33
if (!empty($invests) && ($total_profit >= 0)) {
44
$wdgetIcon = 'fa-arrow-alt-circle-up text-success-light';
@@ -26,22 +26,22 @@
2626
<div class="bg-body-light">
2727
<div class="content content-full">
2828
<div class="d-flex flex-column flex-sm-row justify-content-sm-between align-items-sm-center">
29-
<h1 class="flex-grow-1 fs-3 fw-semibold my-2 my-sm-3">WazirX Porfolio Tracker</h1>
29+
<h1 class="flex-grow-1 fs-3 fw-semibold my-2 my-sm-3">WazirX Portfolio Tracker</h1>
3030
<ul class="nav-main nav-main-horizontal">
3131
<li class="nav-main-item">
32-
<a class="nav-main-link" href="https://github.com/finallyRaunak/wazirx-porfolio-tracker">
32+
<a class="nav-main-link" href="https://github.com/finallyRaunak/wazirx-portfolio-tracker">
3333
<i class="nav-main-link-icon fab fa-2x fa-github"></i>
3434
<span class="nav-main-link-name">Github</span>
3535
</a>
3636
</li>
3737
<li class="nav-main-item">
38-
<a class="nav-main-link" href="https://github.com/finallyRaunak/wazirx-porfolio-tracker/issues/new?labels=bug">
38+
<a class="nav-main-link" href="https://github.com/finallyRaunak/wazirx-portfolio-tracker/issues/new?labels=bug">
3939
<i class="nav-main-link-icon fa fa-2x fa-bug"></i>
4040
<span class="nav-main-link-name">Report a Bug</span>
4141
</a>
4242
</li>
4343
<li class="nav-main-item">
44-
<a class="nav-main-link" href="https://github.com/finallyRaunak/wazirx-porfolio-tracker/discussions/new?category=ideas">
44+
<a class="nav-main-link" href="https://github.com/finallyRaunak/wazirx-portfolio-tracker/discussions/new?category=ideas">
4545
<i class="nav-main-link-icon far fa-2x fa-lightbulb"></i>
4646
<span class="nav-main-link-name">Suggest a New Feature</span>
4747
</a>
@@ -180,7 +180,7 @@
180180
This tool is still in the beta phase. If you found any discrepancy or error or an issue then please let me via this form or you can DM me on Twitter.
181181
</li>
182182
</ul>
183-
<p class="text-muted">Disclaimer: This is an <strong>unofficial</strong> WazirX Porfolio Tracker which enhances the wallet user experience. Brand and copyright of the word "WazirX" belongs to WazirX (https://wazirx.com).<p>
183+
<p class="text-muted">Disclaimer: This is an <strong>unofficial</strong> WazirX Portfolio Tracker which enhances the wallet user experience. Brand and copyright of the word "WazirX" belongs to WazirX (https://wazirx.com).<p>
184184
</div>
185185
</div>
186186
</div>

0 commit comments

Comments
 (0)