Skip to content

Commit 219cf27

Browse files
Copilotrnwood
andauthored
fix: use relative paths for splash screen logos to support custom BasePath (#1840)
* Initial plan * fix: use relative paths for splash screen logos to support custom BasePath Co-authored-by: rnwood <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: rnwood <[email protected]>
1 parent 9e33635 commit 219cf27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rnwood.Smtp4dev/ClientApp/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;">
3939
<div>
40-
<img class="splashlogolight" src="logo.png" />
41-
<img class="splashlogodark" src="logo-dark.png" />
40+
<img class="splashlogolight" src="./logo.png" />
41+
<img class="splashlogodark" src="./logo-dark.png" />
4242
</div>
4343
<div style="color: #7c7c7c" id="loading">Loading...</div>
4444
<div id="oldbrowser" style="display: none; width: 100%; text-align: center; margin: 32px;">

0 commit comments

Comments
 (0)