PR feedback pt 1
This commit is contained in:
parent
ebed79e93d
commit
8896903008
7 changed files with 42 additions and 23 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue