Skip to content

Commit 90fecf8

Browse files
fix: make the / in the logo not selectable (#1343)
1 parent 5ff2b17 commit 90fecf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/AppLogo.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ defineProps<{
2424
font-size="420"
2525
font-weight="500"
2626
text-anchor="middle"
27+
style="user-select: none"
2728
>
2829
<tspan>/</tspan>
2930
</text>

0 commit comments

Comments
 (0)