Skip to content

Commit 3420b2b

Browse files
committed
visual(home): remove the thumbnail type
1 parent bc83fc0 commit 3420b2b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

apps/client/src/pages/home/Index/Thumbnail.vue

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,6 @@
66
:href="href"
77
target="_blank"
88
>
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-
279
<div class="highlight-text">
2810
<div
2911
v-if="date != null"
@@ -49,7 +31,6 @@
4931
<script setup lang="ts">
5032
defineProps<{
5133
thumbnailImage: string;
52-
type?: string;
5334
date?: Date;
5435
title: string;
5536
href?: string;

0 commit comments

Comments
 (0)