Skip to content

Commit 9210a16

Browse files
authored
Merge pull request #2 from BryanSoltis/dev
- Updated admin messaging
2 parents f9e3998 + d119847 commit 9210a16

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/Components/Pages/Admin.razor

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
</p>
143143
</div>
144144
<div class="mb-3">
145-
<MarkdownEditor @bind-Value="@customhomecontent" @ref="mdCustomHomeContent"/>
145+
<MarkdownEditor @bind-Value="@customhomecontent" @ref="mdCustomHomeContent" />
146146
</div>
147147
<div>
148148
<button type="button" class="btn btn-success w-auto" @onclick="@(e => AdminFormAction("customhomecontentsave"))" title="Save Custom Home Content">Save</button>
@@ -182,9 +182,16 @@
182182
<InputFile OnChange="UploadLogo" class="form-control" />
183183
</div>
184184
<div class="alert alert-info show" role="alert">
185-
<h4>NOTE</h4>
185+
<h4 class="mb-3">NOTES</h4>
186186
<div class="mb-3">
187-
You may need to refresh the browser for the custom logo to be displayed.
187+
<ul>
188+
<li class="mb-3">
189+
You may need to refresh the browser for the custom logo to be displayed.
190+
</li>
191+
<li class="mb-3">
192+
If hosting in a container, uploaded logo images will <span class="fw-bold">NOT</span> be stored in the <span class="fw-bold">/settings</span> folder and will not be persisted. If the container is recreated, you will need to re-upload the logo file.
193+
</li>
194+
</ul>
188195
</div>
189196
</div>
190197
</div>

0 commit comments

Comments
 (0)