Skip to content

Commit 0f6b7a2

Browse files
committed
fix(demo): adjust text to be consistent with others
1 parent 3d1e55b commit 0f6b7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ debug('foobar', { count })
126126
</h2>
127127
<div class="grid gap-4 sm:grid-cols-2">
128128
<p
129-
v-tooltip="'Simple text tooltip'"
129+
v-tooltip="'Top placement'"
130130
class="rounded-xl border border-slate-700 bg-slate-900/70 px-4 py-3 text-sm text-slate-200 shadow-sm transition hover:border-slate-500"
131131
>
132132
Hover over me (top)

0 commit comments

Comments
 (0)