File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ export const BackToTop = () => {
4040 className = { `fixed right-4 bottom-4 z-50 rounded-full bg-blue-500 p-2 text-white shadow-lg ${
4141 isVisible ? 'animate-fade-in opacity-100 hover:cursor-pointer' : 'animate-fade-out opacity-0'
4242 } `}
43- aria-label = 'Back to top'
43+ aria-label = 'بازگشت به بالا'
44+ title = 'بازگشت به بالا'
4445 >
4546 < SvgChevronDown />
4647 </ button >
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ const EscapeButton = () => {
6060 onClick = { handleEscape }
6161 className = 'fixed top-4 right-4 z-50 flex h-10 w-10 items-center justify-center rounded-lg bg-white/90 p-2 text-gray-700 shadow-lg backdrop-blur transition-all duration-200 hover:bg-gray-100 hover:text-red-600 sm:h-12 sm:w-12 sm:p-3'
6262 aria-label = 'خروج سریع'
63+ title = 'خروج سریع'
6364 >
6465 < XIcon />
6566 </ button >
You can’t perform that action at this time.
0 commit comments