◐ Shell
clean mode source ↗

fix: Render UI navigation items as links instead of buttons by peruukki · Pull Request #4970 · feast-dev/feast

Using link is semantically correct and improves accessibility, allows
opening the linked pages in another tab etc.

Use react-router-dom Links instead of plain anchors to prevent full page
reloads when navigating.

Signed-off-by: Harri Lehtola <peruukki@hotmail.com>

@peruukki peruukki changed the title fix: Render navigation items as links instead of buttons fix: Render UI navigation items as links instead of buttons

Jan 26, 2025

redhatHameed