Skip to content

Commit

Permalink
wiw section deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Jul 18, 2024
1 parent 2cf5dc3 commit 6869bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/sections/WhatIsWitnetSection.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<NuxtLayout
<!-- <NuxtLayout
name="section"
:frame-classes="'bg-wit-blue-500'"
:content-classes="'grid justify-items-center'"
Expand Down Expand Up @@ -44,7 +44,8 @@
<KeyIcon class="w-[70px] h-auto sm:w-xl z-10" />
</div>
</template>
</NuxtLayout>
</NuxtLayout> -->
<div></div>
</template>

<script setup>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="grid grid-flow-row overflow-hidden">
<!-- <HeroSection /> -->
<WhatIsWitnetSection />
<!-- <WhatIsWitnetSection /> -->
<!-- <CoinSection /> -->
<BuySection />
<SecureSection />
Expand Down

0 comments on commit 6869bed

Please sign in to comment.