chore: layout
This commit is contained in:
@@ -3,7 +3,6 @@ interface Props {
|
||||
logo: string;
|
||||
href?: string;
|
||||
company: string;
|
||||
role: string;
|
||||
}
|
||||
|
||||
const props = defineProps<Props>();
|
||||
@@ -23,7 +22,7 @@ const props = defineProps<Props>();
|
||||
fit="outside"
|
||||
/>
|
||||
</NuxtLink>
|
||||
<div class="flex flex-col justify-center">
|
||||
<div class="flex flex-col justify-center gap-1">
|
||||
<NuxtLink
|
||||
:href="props.href"
|
||||
target="_blank"
|
||||
@@ -31,14 +30,7 @@ const props = defineProps<Props>();
|
||||
>
|
||||
{{ props.company }}
|
||||
</NuxtLink>
|
||||
<div>
|
||||
<button
|
||||
class="mb-2 text-xs text-gray-400 uppercase font-semibold flex items-center justify-start gap-1"
|
||||
>
|
||||
{{ props.role }}
|
||||
</button>
|
||||
</div>
|
||||
<div class="text-sm text-gray-500">
|
||||
<div class="text-sm text-gray-500 lg:max-w-lg">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user