fix: Update navigation items in MainLayout to display all available links instead of limiting to the first five
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m12s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m12s
This commit is contained in:
@@ -78,7 +78,7 @@ function MainLayout() {
|
|||||||
<span className="fw-bold">S3 Lists Manager</span>
|
<span className="fw-bold">S3 Lists Manager</span>
|
||||||
</Link>
|
</Link>
|
||||||
<nav className="nav nav-tabs ms-4">
|
<nav className="nav nav-tabs ms-4">
|
||||||
{navItems.slice(0, 5).map(item => (
|
{navItems.map(item => (
|
||||||
<Link
|
<Link
|
||||||
key={item.id}
|
key={item.id}
|
||||||
to={item.path}
|
to={item.path}
|
||||||
|
|||||||
Reference in New Issue
Block a user