diff --git a/Moonlight/Moonlight.csproj b/Moonlight/Moonlight.csproj
index 1b6e5f4a..32af48e2 100644
--- a/Moonlight/Moonlight.csproj
+++ b/Moonlight/Moonlight.csproj
@@ -90,7 +90,6 @@
-
diff --git a/Moonlight/Shared/Views/Server/Index.razor b/Moonlight/Shared/Views/Server/Index.razor
index 815b99b3..39e50af0 100644
--- a/Moonlight/Shared/Views/Server/Index.razor
+++ b/Moonlight/Shared/Views/Server/Index.razor
@@ -249,7 +249,7 @@
{
Name = "Console",
Route = "/",
- Icon = "terminal",
+ Icon = "bx-terminal",
Component = ComponentHelper.FromType(typeof(ServerConsole))
});
@@ -257,7 +257,7 @@
{
Name = "Files",
Route = "/files",
- Icon = "folder",
+ Icon = "bx-folder",
Component = ComponentHelper.FromType(typeof(ServerFiles))
});
@@ -265,7 +265,7 @@
{
Name = "Backups",
Route = "/backups",
- Icon = "box",
+ Icon = "bx-box",
Component = ComponentHelper.FromType(typeof(ServerBackups))
});
@@ -273,7 +273,7 @@
{
Name = "Network",
Route = "/network",
- Icon = "wifi",
+ Icon = "bx-wifi",
Component = ComponentHelper.FromType(typeof(ServerNetwork))
});
@@ -281,7 +281,7 @@
{
Name = "Settings",
Route = "/settings",
- Icon = "cog",
+ Icon = "bx-cog",
Component = ComponentHelper.FromType(typeof(ServerSettings))
});
diff --git a/Moonlight/Shared/Views/Server/ServerNavigation.razor b/Moonlight/Shared/Views/Server/ServerNavigation.razor
index d67aca15..d8941638 100644
--- a/Moonlight/Shared/Views/Server/ServerNavigation.razor
+++ b/Moonlight/Shared/Views/Server/ServerNavigation.razor
@@ -130,7 +130,7 @@
{
-
+
@(tab.Name)