Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 29, 2024
2 parents 597ff06 + 4f7c3e8 commit 7054742
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions components/ui/NetworkSelector.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="flex flex-row justify-between w-full text-center gap-4 container mb-10"
class="flex flex-row justify-between w-full text-center gap-4 container mb-4"
>
<!-- TEER Box -->
<div
Expand All @@ -17,7 +17,7 @@
<p class="text-xs">TEER</p>
<span
class="inline-flex items-center rounded-lg bg-gray-100 px-1.5 py-0.5 text-[10px] font-medium text-gray-600"
>coming soon</span
>soon</span
>
<div class="ribbon red"><span>beta</span></div>
</div>
Expand Down Expand Up @@ -47,7 +47,7 @@
<p class="text-xs">USDC</p>
<span
class="inline-flex items-center rounded-lg bg-gray-100 px-1.5 py-0.5 text-[10px] font-medium text-gray-600"
>coming soon</span
>soon</span
>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/ui/PublicPrivateBalanceSwitcher.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="w-full bg-incognitee-blue mt-10">
<div class="w-full bg-incognitee-blue mt-4">
<div
class="border bg-incognitee-blue border-incognitee-green rounded-lg p-1"
>
Expand Down
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="container">
<header class="header bg-gray-800 text-white py-4">
<header class="header bg-gray-800 text-white py-1">
<div class="header-content mx-auto flex items-center justify-between">
<!-- Logo -->
<Incognitee class="logo" />
Expand Down Expand Up @@ -60,7 +60,7 @@
<nav class="footer-content container mx-auto">
<div class="container">
<div
class="flex mt-10 fixed left-0 right-0 bottom-10 mb-2 w-full px-4 rounded justify-around z-30"
class="flex mt-10 fixed left-0 right-0 bottom-10 mb-2 w-full px-4 rounded justify-around z-5"
>
<div class="container custom-border-gradient">
<div class="inner-box">
Expand Down
13 changes: 7 additions & 6 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
v-if="enableActions"
:onClick="openGuessTheNumberOverlay"
:isMobile="isMobile"
textMobile="Guess-The-Number Campaign."
textMobile="Guess-The-Number"
textDesktop="Join the Guess-The-Number Campaign and win some juicy prizes."
/>

<InfoBanner
v-if="!enableActions"
:isMobile="isMobile"
textMobile="This page is not yet live for mainnet. please visit <a href='https://try.incognitee.io'>try.incognitee.io</a> for the latest version of our paseo testnet wallet"
textMobile="This page is not yet live for mainnet"
textDesktop="This page is not yet live for mainnet. please visit <a href='https://try.incognitee.io'>try.incognitee.io</a> for the latest version of our paseo testnet wallet"
/>

<InfoBanner
v-if="!enableActions"
:isMobile="isMobile"
textMobile="If you are looking for our TEERDAYS page, please follow <a href='/teerdays'>this link</a>"
textMobile="Looking for <a href='/teerdays'>TEERdays</a>?"
textDesktop="If you are looking for our TEERDAYS page, please follow <a href='/teerdays'>this link</a>"
/>

Expand Down Expand Up @@ -54,7 +54,7 @@
</div>
</div>
</div>
<div class="mt-10">
<div class="mt-5">
<div
class="inner-box flex justify-around text-white py-2 bg-gray-800 rounded-md"
>
Expand Down Expand Up @@ -144,7 +144,7 @@
}}</span>
</div>
</div>
<div class="mt-10">
<div class="mt-5">
<div
class="inner-box flex justify-around text-white py-2 bg-gray-800 rounded-md"
>
Expand Down Expand Up @@ -859,6 +859,7 @@
accountStore.getDecimalBalanceTransferable(incogniteeSidechain) >
INCOGNITEE_GTN_GUESS_FEE
"
class="mb-4"
>
<form class="" @submit.prevent="submitGuessForm">
<!-- Label for the input -->
Expand Down Expand Up @@ -886,7 +887,7 @@
/>
<!-- Fee description below input, right-aligned -->
<div class="absolute right-0 -bottom-5">
<div class="text-left right-0">
<span class="text-xs text-gray-400"
>Fee: {{ formatDecimalBalance(INCOGNITEE_GTN_GUESS_FEE) }}
{{ accountStore.getSymbol }} for Incognitee</span
Expand Down

0 comments on commit 7054742

Please sign in to comment.