We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0092371 commit 424a733Copy full SHA for 424a733
packages/vite/src/app/pages/session/[session]/graph/index.vue
@@ -211,7 +211,7 @@ function togglePathSelector(state: boolean) {
211
<div v-if="settings.moduleGraphViewType === 'graph'" h12 mr2 flex="~ items-center">
212
<button
213
w-8 h-8 rounded-full flex items-center justify-center
214
- hover="bg-active op100" op50 title="Module Navigator" @click="togglePathSelector(true)"
+ hover="bg-active op100" op50 title="Graph Path Selector" @click="togglePathSelector(true)"
215
>
216
<i i-ri:route-line flex />
217
</button>
0 commit comments