PR review fixes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<div class="vp-raw inline-flex align-center gap-2 flex-wrap">
|
||||
<Card :href="'#'">
|
||||
<the-card :href="'#'">
|
||||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">Noteworthy technology acquisitions 2021</h5>
|
||||
<p class="font-normal text-gray-700 dark:text-gray-400">Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</p>
|
||||
</Card>
|
||||
</the-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { Card } from '../../../../src/index'
|
||||
import { TheCard } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user