Skip to content

Commit 056c1ba

Browse files
committed
Update instance icon v2.0.4
1 parent 6619149 commit 056c1ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DevSpaceWeb/Data/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public string GetPublicUrl()
5555
public string GetIconOrDefault(bool usePng = false)
5656
{
5757
if (!HasIcon)
58-
return "https://cdn.fluxpoint.dev/devspace/instance_icon." + (usePng ? "png" : "webp");
58+
return "https://cdn.fluxpoint.dev/devspace/cloudfrost-dev." + (usePng ? "png" : "webp");
5959

6060
return "";
6161
}

DevSpaceWeb/DevSpaceWeb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>2.0.3</Version>
7+
<Version>2.0.4</Version>
88
<CompressionEnabled>false</CompressionEnabled>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)