This commit is contained in:
Frede Hundewadt 2022-05-29 16:08:18 +02:00
parent d210d3ba33
commit d5614bf3a9
5 changed files with 6 additions and 4 deletions

View file

@ -17,7 +17,7 @@
<span class="version">@Name</span> <span class="version">@Version</span>@if(IsBeta){<span class="version">-beta</span>} <span class="version">@Name</span> <span class="version">@Version</span>@if(IsBeta){<span class="version">-beta</span>}
@code @code
{ {
private const string Version = "0.2.44"; private const string Version = "0.2.48";
private const string Name = "wwo"; private const string Name = "wwo";
private const bool IsBeta = true; private const bool IsBeta = true;
} }

View file

@ -15,8 +15,10 @@
// //
*@@using Wonky.Client.Components *@@using Wonky.Client.Components
@page "/About" @page "/About"
<div class="img-fluid text-center"> <div class="row mb-2">
<img src="wonky-logo.png" alt="Wonky logo"/> <div class="img-fluid text-center">
<img src="grumpy-coder.png" alt="Wonky Logo"/>
</div>
</div> </div>
<div class="row"> <div class="row">

View file

@ -15,6 +15,6 @@
"cvrLookup": "api/v2/services/virk", "cvrLookup": "api/v2/services/virk",
"glsTrackUrl": "https://www.gls-group.eu/276-I-PORTAL-WEB/content/GLS/DK01/DA/5004.htm?txtAction=71000&txtRefNo=", "glsTrackUrl": "https://www.gls-group.eu/276-I-PORTAL-WEB/content/GLS/DK01/DA/5004.htm?txtAction=71000&txtRefNo=",
"glsId": "", "glsId": "",
"activityEndpoint": "api/v2/crm/salesreps/sales" "activityEndpoint": "api/v2/crm/salesReps/sales"
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB