Skip to content

Commit

Permalink
fix(icon): add icon for returned names page
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 9, 2025
1 parent 20cc2f8 commit 1431c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/routes.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import RNPPage from '@src/components/pages/RNPPage/RNPPage';
import Settings from '@src/components/pages/Settings/SettingsLayout';
import { Settings2Icon } from 'lucide-react';
import { Recycle, Settings2Icon } from 'lucide-react';

import { SettingsIcon } from '../components/icons';
import { Home, Manage } from '../components/pages';
Expand Down Expand Up @@ -47,7 +47,7 @@ export const ROUTES: { [x: string]: Route } = {
},
returnedNames: {
text: 'Returned Names',
icon: WrappedSettings2Icon,
icon: Recycle,
path: '/returned-names',
component: RNPPage,
protected: false,
Expand Down

0 comments on commit 1431c09

Please sign in to comment.