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:
2025-07-12 12:46:55 +02:00
parent cf01e429e4
commit d107630ae4

View File

@@ -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'}}
>