Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Gutierrez committed Oct 18, 2024
1 parent 53c971f commit 8304871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export const dashboardRoutes = [
{
path: "/*",
name: "Dashboard",
icon: "nc-icon nc-chart-pie-35",
icon: "fas fa-columns",
component: <DashboardLayout component={<Metrics/>} />,
layout: "/dashboard"
},
{
path: "/talks",
name: "Talks",
icon: "nc-icon nc-audio-92",
icon: "fas fa-microphone",
component: <DashboardLayout component={<Talks/>} />,
layout: "/dashboard"
}
Expand All @@ -32,7 +32,7 @@ export const extraRoutes = [
{
path: "/talk/:talkId",
name: "Talk",
icon: "nc-icon nc-audio-92",
icon: "fas fa-code",
component: <DashboardLayout component={<Talk/>} />,
layout: "/dashboard"
}
Expand Down

0 comments on commit 8304871

Please sign in to comment.