fix tracker landing redirect

This commit is contained in:
Victor Batischev
2024-03-19 11:51:27 +03:00
parent 882bdfcc24
commit 3013dd1bd2
8 changed files with 11 additions and 111 deletions

View File

@ -982,7 +982,7 @@
position: relative;
row-gap: 10px;
padding: 10px 40px 0px 20px;
padding: 10px 20px 0px 20px;
border-radius: 10px;
margin-bottom: 10px;
@ -1113,7 +1113,7 @@
&-priority {
position: relative;
padding: 10px 40px 0 20px;
padding: 10px 20px 0 20px;
border-radius: 10px;
margin-bottom: 10px;
.priority {
@ -1173,7 +1173,7 @@
}
&-bottom {
padding: 0px 90px 10px 35px;
padding: 0px 30px 10px 20px;
font-weight: 400;
font-size: 14px;
line-height: 32px;

View File

@ -286,15 +286,15 @@ export const ProfileCalendarComponent = React.memo(
? `${getCorrectDate(startDate)} - ${getCorrectDate(endDate)}`
: `${getCorrectDate(endDate)} - ${getCorrectDate(startDate)}`
: activePeriod
? "Выберите диапазон на календаре"
: "Выбрать диапазон"}
? "Выберите диапазон на календаре"
: "Выбрать диапазон"}
</span>
<span>
{totalRangeHours
? `${totalRangeHours} ${hourOfNum(totalRangeHours)}`
: endDate
? "0 часов"
: ""}
? "0 часов"
: ""}
</span>
{endDate && (
<BaseButton