Skip to content

Commit de0e93f

Browse files
committed
Fix mistype
1 parent 2b7b13f commit de0e93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/pages/overview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ onMounted(() => {
122122
</div>
123123
</div>
124124
</div>
125-
<div p2 border="t main">
125+
<div class="p2 border-t border-main">
126126
<IconButton
127127
v-if="!isColorSchemaConfigured"
128128
:title="isDark ? 'Switch to light mode theme' : 'Switch to dark mode theme'"

0 commit comments

Comments
 (0)