Skip to content

Commit

Permalink
replace password tooltip with a hint (#1264)
Browse files Browse the repository at this point in the history
* replace password tooltip with a hint

* moved the tooltip to top right corner
  • Loading branch information
mohamedamer453 authored Oct 23, 2023
1 parent d909c6a commit f1deb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/weblets/profile_manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
ref="passwordInput"
>
<v-tooltip
location="bottom"
location="top right"
text="Used to encrypt your mnemonic on your local system, and is used to login from the same device."
>
<template #activator="{ props: tooltipProps }">
Expand Down

0 comments on commit f1deb79

Please sign in to comment.