diff --git a/application/views/header_hyp.php b/application/views/header_hyp.php
index 6a5e4a31..14821f4b 100755
--- a/application/views/header_hyp.php
+++ b/application/views/header_hyp.php
@@ -192,7 +192,7 @@
- first_row()->type == 'ilink') { ?>
+ first_row()->type == 'ilink') && ($hasWallet->first_row()->has_nano_credit)) { ?>
">
diff --git a/application/views/header_sup.php b/application/views/header_sup.php
index 74043627..9adf4239 100755
--- a/application/views/header_sup.php
+++ b/application/views/header_sup.php
@@ -160,7 +160,7 @@
- first_row()->type == 'ilink') { ?>
+ first_row()->type == 'ilink') && ($hasWallet->first_row()->has_nano_credit)) { ?>
">
diff --git a/composer.json b/composer.json
index ae1f37fb..4148ce35 100755
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"description": "iLInk, Geolocated the world",
- "name": "iLink",
+ "name": "vendor_name/ilink",
"type": "project",
"homepage": "https://ilink-app.com",
"license": "MIT",
@@ -20,7 +20,7 @@
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
- "mikey179/vfsStream": "1.1.*",
+ "mikey179/vfsstream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*"
}
}