We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc83fc0 commit 3420b2bCopy full SHA for 3420b2b
apps/client/src/pages/home/Index/Thumbnail.vue
@@ -6,24 +6,6 @@
6
:href="href"
7
target="_blank"
8
>
9
- <div
10
- style="
11
- position: absolute;
12
- right: 12px;
13
- top: 12px;
14
-
15
- padding: 3px 10px;
16
17
- background-color: rgba(0, 0, 0, 0.4);
18
- border-radius: 9999px;
19
20
- font-size: 13px;
21
- color: rgba(255, 255, 255, 0.8);
22
- "
23
- >
24
- {{ type ?? 'Link' }}
25
- </div>
26
27
<div class="highlight-text">
28
<div
29
v-if="date != null"
@@ -49,7 +31,6 @@
49
31
<script setup lang="ts">
50
32
defineProps<{
51
33
thumbnailImage: string;
52
- type?: string;
53
34
date?: Date;
54
35
title: string;
55
36
href?: string;
0 commit comments