updated ChipOverview
navigation button to redirect to root path (/
) instead of /home
for improved routing consistency
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
This commit is contained in:
@@ -360,7 +360,7 @@ export default function ChipOverview() {
|
||||
</p>
|
||||
<div className="flex justify-center w-full">
|
||||
<NavLink
|
||||
to='/home'
|
||||
to='/'
|
||||
className="dreamy-button inline-flex items-center justify-center text-center mx-auto text-sm sm:text-base px-6 py-3 rounded-full font-medium shadow-lg"
|
||||
style={{minWidth: '200px'}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user