Skip to content

Commit

Permalink
feat(workflows/prod-deploy): add new environments
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Jan 22, 2024
1 parent 2ebd720 commit fac4674
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
WC_RELAYER: ${{ vars.WC_RELAYER }}
WC_PROJECT_ID: ${{ vars.WC_PROJECT_ID }}
IS_PROD: true
NFT_DISABLED: true
FAUCET_DISABLED: true

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
15 changes: 13 additions & 2 deletions front/components/layout/Topbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,23 @@ const titles = {
bg-gray-900
space-y-2
flex flex-col
w-[125px]
border border-gray-600
"
>
<MenuItem v-slot="{ active }">
<a
target="_blank"
class="text-font-1"
class="text-font-1 flex items-center justify-between"
:class='{ "!text-blue-400": active }'
href="https://app.pipefy.com/public/form/ZG6fEnZq"
>
Support

<Icon
name="chevron"
class="w-3 h-3 -rotate-90"
/>
</a>
</MenuItem>

Expand All @@ -99,11 +105,16 @@ const titles = {
>
<a
target="_blank"
class="text-font-1"
class="text-font-1 flex items-center justify-between"
:class='{ "!text-blue-400": active }'
href="https://app.pipefy.com/public/form/5SYC1W0c"
>
Feedback

<Icon
name="chevron"
class="w-3 h-3 -rotate-90"
/>
</a>
</MenuItem>
</MenuItems>
Expand Down

0 comments on commit fac4674

Please sign in to comment.