Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Copyright © 2024 The Things Network Foundation, The Things Industries B.V.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -31,7 +31,7 @@
IconPayloadFormat,
IconUplink,
IconLayoutDashboard,
IconSquare,
IconUserPlus,
} from '@ttn-lw/components/icon'
import SideNavigation from '@ttn-lw/components/sidebar/side-menu'
import DedicatedEntity from '@ttn-lw/components/sidebar/dedicated-entity'
Expand Down Expand Up @@ -152,7 +152,7 @@
<SideNavigation.Item
title={sharedMessages.macSettingsProfiles}
path={`/applications/${appId}/mac-settings-profiles`}
icon={IconSquare}
icon={IconUserPlus}
/>
{mayViewOrEditApplicationApiKeys.check(rights) && (
<SideNavigation.Item
Expand Down
Loading