Skip to content

Commit f11f970

Browse files
committed
fix: remove ./ from title
1 parent aafe405 commit f11f970

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)