mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-25 03:36:51 +00:00
Rename ServerConfiguration.WebsiteConfiguration to Website
This commit is contained in:
parent
b2c73ccfc4
commit
7a2f99291d
6 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
bool showLink = (bool?)ViewData["ShowLink"] ?? false;
|
||||
|
||||
string iconHash = Model.IconHash;
|
||||
if (string.IsNullOrWhiteSpace(iconHash) || iconHash.StartsWith('g')) iconHash = ServerConfiguration.Instance.WebsiteConfiguration.MissingIconHash;
|
||||
if (string.IsNullOrWhiteSpace(iconHash) || iconHash.StartsWith('g')) iconHash = ServerConfiguration.Instance.Website.MissingIconHash;
|
||||
}
|
||||
<div class="card">
|
||||
@{
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
if (string.IsNullOrWhiteSpace(faceHash))
|
||||
{
|
||||
faceHash = ServerConfiguration.Instance.WebsiteConfiguration.MissingIconHash;
|
||||
faceHash = ServerConfiguration.Instance.Website.MissingIconHash;
|
||||
}
|
||||
|
||||
string faceAlt = review.Thumb switch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue