mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-20 18:51:53 +00:00
Improved settings section names
This commit is contained in:
@@ -143,7 +143,7 @@ const VisitsStats: FC<VisitsStatsProps> = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
<NavPills>
|
||||
<NavPills fill>
|
||||
{Object.values(sections).map(({ title, icon, subPath }, index) => (
|
||||
<NavPillItem key={index} to={buildSectionUrl(subPath)} replace>
|
||||
<FontAwesomeIcon icon={icon} />
|
||||
|
||||
Reference in New Issue
Block a user