diff --git a/Moonlight/wwwroot/img/logo.png b/Moonlight/Assets/Core/img/logo.png
similarity index 100%
rename from Moonlight/wwwroot/img/logo.png
rename to Moonlight/Assets/Core/img/logo.png
diff --git a/Moonlight/wwwroot/svg/logo.svg b/Moonlight/Assets/Core/svg/logo.svg
similarity index 100%
rename from Moonlight/wwwroot/svg/logo.svg
rename to Moonlight/Assets/Core/svg/logo.svg
diff --git a/Moonlight/Core/UI/Components/Partials/AppHeader.razor b/Moonlight/Core/UI/Components/Partials/AppHeader.razor
index 1c0d70f..89ac6ba 100644
--- a/Moonlight/Core/UI/Components/Partials/AppHeader.razor
+++ b/Moonlight/Core/UI/Components/Partials/AppHeader.razor
@@ -14,8 +14,8 @@
diff --git a/Moonlight/Moonlight.csproj b/Moonlight/Moonlight.csproj
index 8855c86..4ca87ec 100644
--- a/Moonlight/Moonlight.csproj
+++ b/Moonlight/Moonlight.csproj
@@ -78,7 +78,6 @@
-
@@ -109,6 +108,7 @@
<_ContentIncludedByDefault Remove="Features\ScheduleDesigner\UI\Components\ScheduleEditor.razor" />
<_ContentIncludedByDefault Remove="Features\ScheduleDesigner\UI\Components\ScheduleLinkItem.razor" />
<_ContentIncludedByDefault Remove="Features\ScheduleDesigner\UI\Components\ScheduleNodeItem.razor" />
+ <_ContentIncludedByDefault Remove="wwwroot\svg\logo.svg" />
diff --git a/Moonlight/wwwroot/img/avatar.png b/Moonlight/wwwroot/img/avatar.png
deleted file mode 100644
index 2ea827c..0000000
Binary files a/Moonlight/wwwroot/img/avatar.png and /dev/null differ