diff --git a/Moonlight.ApiServer/Moonlight.ApiServer.csproj b/Moonlight.ApiServer/Moonlight.ApiServer.csproj
index 0ca265a6..2d7a6404 100644
--- a/Moonlight.ApiServer/Moonlight.ApiServer.csproj
+++ b/Moonlight.ApiServer/Moonlight.ApiServer.csproj
@@ -38,9 +38,6 @@
-
-
-
diff --git a/Moonlight.Client/Implementations/DefaultSidebarItemProvider.cs b/Moonlight.Client/Implementations/DefaultSidebarItemProvider.cs
index 0a276cf0..952d008e 100644
--- a/Moonlight.Client/Implementations/DefaultSidebarItemProvider.cs
+++ b/Moonlight.Client/Implementations/DefaultSidebarItemProvider.cs
@@ -12,7 +12,7 @@ public class DefaultSidebarItemProvider : ISidebarItemProvider
// User
new SidebarItem()
{
- Icon = "bi bi-columns",
+ Icon = "icon-chart-no-axes-gantt",
Name = "Overview",
Path = "/",
Priority = 0,
@@ -22,7 +22,7 @@ public class DefaultSidebarItemProvider : ISidebarItemProvider
// Admin
new SidebarItem()
{
- Icon = "bi bi-columns",
+ Icon = "icon-chart-no-axes-gantt",
Name = "Overview",
Group = "Admin",
Path = "/admin",
@@ -32,7 +32,7 @@ public class DefaultSidebarItemProvider : ISidebarItemProvider
},
new SidebarItem()
{
- Icon = "bi bi-people",
+ Icon = "icon-users",
Name = "Users",
Group = "Admin",
Path = "/admin/users",
@@ -42,7 +42,7 @@ public class DefaultSidebarItemProvider : ISidebarItemProvider
},
new SidebarItem()
{
- Icon = "bi bi-key",
+ Icon = "icon-key-square",
Name = "API",
Group = "Admin",
Path = "/admin/api",
@@ -52,7 +52,7 @@ public class DefaultSidebarItemProvider : ISidebarItemProvider
},
new SidebarItem()
{
- Icon = "bi bi-gear",
+ Icon = "icon-settings",
Name = "System",
Group = "Admin",
Path = "/admin/system",
diff --git a/Moonlight.Client/Styles/additions/fonts.css b/Moonlight.Client/Styles/additions/fonts.css
index e043b8aa..1f039445 100644
--- a/Moonlight.Client/Styles/additions/fonts.css
+++ b/Moonlight.Client/Styles/additions/fonts.css
@@ -1,3 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=fallback');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
-@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
\ No newline at end of file
+@import url("https://cdn.jsdelivr.net/npm/lucide-static@0.460.0/font/lucide.css");
\ No newline at end of file
diff --git a/Moonlight.Client/UI/Partials/AppSidebar.razor b/Moonlight.Client/UI/Partials/AppSidebar.razor
index b73d69ba..471f16c1 100644
--- a/Moonlight.Client/UI/Partials/AppSidebar.razor
+++ b/Moonlight.Client/UI/Partials/AppSidebar.razor
@@ -81,16 +81,6 @@
}
-
-
-
-
- Settings
-
-
@@ -144,16 +134,6 @@
}
-
-
-
-
- Settings
-
-
diff --git a/Moonlight.Client/UI/Views/Admin/Sys/Index.razor b/Moonlight.Client/UI/Views/Admin/Sys/Index.razor
index 7f9fbcb1..6df19385 100644
--- a/Moonlight.Client/UI/Views/Admin/Sys/Index.razor
+++ b/Moonlight.Client/UI/Views/Admin/Sys/Index.razor
@@ -11,15 +11,15 @@