2021-08-19 19:36:11 +00:00
|
|
|
<template>
|
|
|
|
<div class="flex-col md:flex-row flex items-center md:justify-between px-8 py-5 border-t border-[#DBE5F4]">
|
|
|
|
<div class="text-[#9FB0C9] font-medium text-xs">
|
|
|
|
Build on top of
|
|
|
|
<a
|
2021-08-24 19:45:51 +00:00
|
|
|
class="ml-1 font-medium text-primary-blue-dark hover:text-primary-blue-hover py-1"
|
2021-08-19 19:36:11 +00:00
|
|
|
href="https://instadapp.io/"
|
|
|
|
target="_blank"
|
|
|
|
>
|
|
|
|
Instadapp Protocol
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<a
|
|
|
|
class="mt-3 md:mt-0 font-semibold text-sm text-primary-blue-dark hover:text-primary-blue-hover border-b border-[#1874FF] py-1 border-dashed"
|
|
|
|
href="https://github.com/Instadapp/assembly"
|
|
|
|
target="_blank"
|
|
|
|
>
|
|
|
|
Contribute on GitHub
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</template>
|