Skip to content

Commit a5a6083

Browse files
committed
fix: remove ./ from title
1 parent 433f6e8 commit a5a6083

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/components/OgImage/ShareCard.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ const BOTTOM_ROW_H = 132
140140
letterSpacing: '-1px',
141141
}"
142142
>
143-
<span :style="{ color: primaryColor, marginRight: '-10px', marginLeft: '-10px' }"
144-
>.</span
145-
>/{{ truncate(name, 24) }}
143+
{{ truncate(name, 24) }}
146144
</span>
147145
<span
148146
:style="{

0 commit comments

Comments
 (0)