You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename url to href in navigation items for consistency (#17)
* fix: correct className to class in AppHeader.vue
The className attribute was incorrectly used in the Vue template, which caused styling issues. This change replaces className with the correct class attribute to ensure proper styling and alignment with Vue's syntax. No breaking changes are introduced.
* refactor: Rename `url` to `href` in navigation items for consistency
This change renames the `url` property to `href` across all navigation-related components (NavFooter, AppHeader, AppSidebar) to maintain consistency in naming conventions. The update ensures uniformity in the codebase and aligns with standard HTML attribute naming practices. No breaking changes are introduced as the functionality remains the same.
0 commit comments