PR feedback pt 1

This commit is contained in:
Oliver-Akins 2025-03-04 15:45:33 -07:00
parent ebed79e93d
commit 8896903008
7 changed files with 42 additions and 23 deletions

View file

@ -1,7 +1,7 @@
<div id="the-hourglass">
<div
class="icon-container"
data-tooltip="Current Delve Tour"
data-tooltip="RipCrypt.tooltips.current-tour"
>
<span class="sands-value">
{{sandsOfFate}}

View file

@ -8,7 +8,8 @@
class="icon"
data-action="tourDelta"
data-delta="-1"
data-tooltip="Next Delve Tour"
aria-label="{{rc-i18n "RipCrypt.tooltips.next-tour"}}"
data-tooltip="RipCrypt.tooltips.next-tour"
data-tooltip-direction="RIGHT"
>
<rc-icon

View file

@ -8,7 +8,8 @@
class="icon"
data-action="tourDelta"
data-delta="1"
data-tooltip="Previous Delve Tour"
aria-label="{{rc-i18n "RipCrypt.tooltips.prev-tour"}}"
data-tooltip="RipCrypt.tooltips.prev-tour"
data-tooltip-direction="LEFT"
>
<rc-icon