Skip to content

Commit

Permalink
add checkout live integrations button
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jul 9, 2024
1 parent b0602d5 commit 53319aa
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions src/components/DocsDetails/DocsDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,26 @@ import { Link } from '@toruslabs/vue-components/Link'
>.
</p>
</div>

<Button
href="https://web3auth.io/docs"
size="sm"
class="gap-2 w-full !border-app-gray-300 !text-app-gray-800 dark:!text-app-white"
variant="secondary"
target="_blank"
rel="noopener noreferrer"
>Read our docs</Button
>
<div class="space-y-2">
<Button
href="https://web3auth.io/docs"
size="sm"
class="gap-2 w-full !border-app-gray-300 !text-app-gray-800 dark:!text-app-white"
variant="secondary"
target="_blank"
rel="noopener noreferrer"
>Read our docs</Button
>
<Button
href="https://web3auth.io/customers"
size="sm"
class="gap-2 w-full !border-app-gray-300 !text-app-gray-800 dark:!text-app-white"
variant="secondary"
target="_blank"
rel="noopener noreferrer"
>Checkout Live Integrations</Button
>
</div>
</Card>
</template>

Expand Down

0 comments on commit 53319aa

Please sign in to comment.