start tags rework

This commit is contained in:
Victor Batischev
2024-02-09 20:59:44 +03:00
parent 5450400315
commit a7ceb942a8
8 changed files with 28 additions and 27 deletions

View File

@ -61,7 +61,7 @@ export const Navigation = () => {
},
{
path: "/treaties",
name: "Договора"
name: "Договоры"
},
{
path: "/settings",

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