mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
M: Improve hover for footer
This commit is contained in:
parent
e75ac119e0
commit
56a7985bcb
|
@ -14,10 +14,10 @@ export function Footer() {
|
|||
)}
|
||||
>
|
||||
<nav className='flex gap-3' aria-label='Вторичная навигация'>
|
||||
<TextURL text='Библиотека' href='/library' color='' />
|
||||
<TextURL text='Справка' href='/manuals' color='' />
|
||||
<TextURL text='Центр Концепт' href={external_urls.concept} color='' />
|
||||
<TextURL text='Экстеор' href='/manuals?topic=exteor' color='' />
|
||||
<TextURL text='Библиотека' href='/library' color='hover:text-foreground' />
|
||||
<TextURL text='Справка' href='/manuals' color='hover:text-foreground' />
|
||||
<TextURL text='Центр Концепт' href={external_urls.concept} color='hover:text-foreground' />
|
||||
<TextURL text='Экстеор' href='/manuals?topic=exteor' color='hover:text-foreground' />
|
||||
</nav>
|
||||
|
||||
<p>© 2025 ЦИВТ КОНЦЕПТ</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user