Skip to content

Commit

Permalink
QOLDEV-635 Updating tooltip text for Quick Exit (#1257)
Browse files Browse the repository at this point in the history
* QOLDEV-635 Updating tooltip text for Quick Exit

* QOLDEV-635 Updating tooltip text for Quick Exit in storybook
  • Loading branch information
ghazal-salehi authored Oct 12, 2023
1 parent c419b3c commit e0b0a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docs/components/quick-exit.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<span class="qg-tooltip__prompt">What is this?</span>
<div class="qg-tooltip__wrapper">
<div class="qg-tooltip">
<span class="qg-tooltip__content">To leave this site quickly, click the 'Close this site' button. You will be taken to https://www.google.com.au.</span>
<span class="qg-tooltip__content">To leave this site quickly, click the 'Close this site' button or press 'ESC' on your keyboard. You will be taken to https://www.google.com.au.</span>
</div>
</div>
</label>
Expand Down
4 changes: 2 additions & 2 deletions src/stories/components/QuickExit/templates/Default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<div class="qg-tooltip__wrapper">
<div class="qg-tooltip">
<span class="qg-tooltip__content"
>To leave this site quickly, click the 'Close this site' button. You will be taken
to https://www.google.com.au.</span
>To leave this site quickly, click the 'Close this site' button or
press 'ESC' on your keyboard. You will be taken to https://www.google.com.au.</span
>
</div>
</div>
Expand Down

0 comments on commit e0b0a94

Please sign in to comment.