Skip to content

Commit 424a733

Browse files
committed
chore: fix typo
1 parent 0092371 commit 424a733

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/app/pages/session/[session]/graph

1 file changed

+1
-1
lines changed

packages/vite/src/app/pages/session/[session]/graph/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function togglePathSelector(state: boolean) {
211211
<div v-if="settings.moduleGraphViewType === 'graph'" h12 mr2 flex="~ items-center">
212212
<button
213213
w-8 h-8 rounded-full flex items-center justify-center
214-
hover="bg-active op100" op50 title="Module Navigator" @click="togglePathSelector(true)"
214+
hover="bg-active op100" op50 title="Graph Path Selector" @click="togglePathSelector(true)"
215215
>
216216
<i i-ri:route-line flex />
217217
</button>

0 commit comments

Comments
 (0)