rename page 'masters' -> 'contacts'

This commit is contained in:
vchikalkin 2025-01-12 18:22:57 +03:00
parent 56a299c656
commit 38bb5193f9
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export function BottomNav() {
<NavButton href="/dashboard" icon={<Newspaper />} label="Главное" />
<NavButton href="/records" icon={<BookOpen />} label="Записи" />
<NavButton href="/records/add" icon={<PlusCircle />} label="Новая запись" />
<NavButton href="/masters" icon={<Users />} label="Контакты" />
<NavButton href="/contacts" icon={<Users />} label="Контакты" />
<NavButton href="/profile" icon={<User />} label="Профиль" />
</div>
</nav>