Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development

This commit is contained in:
samaradel
2021-10-11 11:32:52 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -211,13 +211,13 @@
<a
class="leading-6 text-gray-500 hover:text-gray-900"
target="_blank"
href="https://threefold.io/info/legal#/legal__terms_conditions_websites"
href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites"
>Terms & Conditions |
</a>
<a
class="leading-6 text-gray-500 hover:text-gray-900"
target="_blank"
href="https://threefold.io/info/legal#/legal__privacypolicy"
href="https://library.threefold.me/info/legal/#/legal__privacypolicy"
>Privacy Policy |
</a>
<a

View File

@@ -385,9 +385,9 @@
<g-image class="order-2 lg:order-none" :src="img" :alt="altImg" />
</div>
<!-- <div
<div
class="flex flex-wrap text-center lg:text-left lg:mt-10 lg:pt-10 lg:mx-40"
v-else
v-else-if="id == 'support'"
>
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none">
<h2
@@ -452,7 +452,7 @@
<div class="lg:w-1/2 px-2 self-center">
<g-image :src="img" :alt="altImg" />
</div>
</div> -->
</div>
</section>
</template>