Skip to content

Commit

Permalink
πŸ’„ Hide settings section for newsPress
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Sep 26, 2024
1 parent e7b56a7 commit c407696
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/NFTMint/WriterMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
</div>

<div class="flex justify-center">
<div v-if="!isNewsPress" class="flex justify-center">
<Button
preset="tertiary"
text-preset="h6"
Expand All @@ -57,9 +57,8 @@
</Button>
</div>

<template v-if="shouldShowSettings">
<template v-if="shouldShowSettings && !isNewsPress">
<div
v-if="!isNewsPress"
class="flex flex-col justify-start gap-[32px] p-[20px] pb-[24px] border-2 border-[#E6F4F2] rounded-[16px] w-full"
>
<Label
Expand Down Expand Up @@ -150,7 +149,6 @@
</select>
</div>
<div
v-if="!isNewsPress"
class="flex justify-between gap-[12px] text-dark-gray text-[14px] items-center"
>
<label>
Expand Down

0 comments on commit c407696

Please sign in to comment.