diff --git a/cashlinks-data.json b/cashlinks-data.json index 78db54c..e84f1db 100644 --- a/cashlinks-data.json +++ b/cashlinks-data.json @@ -11,7 +11,7 @@ { "id": "giddy", "ticker": "GIDDY", - "title": "GIDDY STABLECOIN", + "title": "GIDDY DOLLAR", "imageSrc": "/assets/images/dgcl-giddy.jpg", "imageHref": "/onegiddy.html#swap-giddy", "cashLink": "https://kinnected-links.com/k7m9x2qw8e4r5t6y/pay.html?id=1777151285457", diff --git a/cashlinks.html b/cashlinks.html index 6f23b9b..d977e10 100644 --- a/cashlinks.html +++ b/cashlinks.html @@ -86,6 +86,17 @@ + + @@ -771,6 +782,10 @@

} return true; } + + // Profile button placeholder + function showProfile() { alert("Profile coming soon"); } + diff --git a/wallet.html b/wallet.html index 54c8515..5eac4cf 100644 --- a/wallet.html +++ b/wallet.html @@ -73,7 +73,7 @@ position: fixed; bottom: 100px; right: 20px; - z-index: 100; + z-index: 50; } @media (max-width: 767px) { @@ -86,7 +86,7 @@ position: fixed; right: 15px; bottom: calc(73px + env(safe-area-inset-bottom)); - z-index: 999999; + z-index: 50; display: flex; align-items: center; } @@ -197,13 +197,17 @@

-
-
- DYNAMIC TOKEN -
$eXPB
-
BOUNCY BALL
+
+
+ DYNAMIC + TOKEN +
eXPB
+
BOUNCY BALL
+
+
+ eXPB
- eXPB
YOUR VALUE
@@ -214,13 +218,18 @@

-
-
- STABLE TOKEN -
$GIDDY
-
GIDDY DOLLAR
+
+
+ STABLE + TOKEN +
GIDDY
+
GIDDY DOLLAR
+
+
+ GIDDY
- GIDDY
YOUR VALUE
@@ -250,22 +259,22 @@

-
🌿
+
💼
-
$MINTY
-
REFRESH COIN
+
TOTAL
+
BALANCE
YOUR VALUE
-
$0.42 CAD
+
$1.68 CAD
+0.01% Today
- -
@@ -306,12 +315,13 @@

else if (token === 'giddy') window.location.href = '/onegiddy.html'; } function goToShop() { window.location.href = '/shop.html'; } - function claimBonus() { alert("🎉 $0.50 GIDDY sent to your wallet!"); } - function buyMinty() { alert("Buy Minty"); } - function sellMinty() { alert("Sell Minty"); } + function claimBonus() { + window.location.href = "/cashlinks.html#giddy"; + } + function buyToken() { alert("Buy Interface Loading..."); } + function sellToken() { alert("Sell Interface Loading..."); } function showProfile() { alert("Profile coming soon"); } - // Mobile floating bubble fixed function function dismissClaimBubble() { const bubble = document.getElementById('mobileClaimBubble'); if (bubble) {