Skip to content

Commit 8776e83

Browse files
RaymondLuong3Nateowami
authored andcommitted
Update image name on landing page
1 parent 92725a8 commit 8776e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIL.XForge.Scripture/Pages/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<div class="flex align-items-center">
5959
<a asp-page="Index">
6060
<img
61-
src="~/assets/images/@(Settings.UseScriptureForgeBranding() ? "sf_logo_with_name_black" : "scribdocs_logo").svg"
61+
src="~/assets/images/@(Settings.UseScriptureForgeBranding() ? "sf_logo_with_name_black" : "sd").svg"
6262
class="@(Settings.UseScriptureForgeBranding() ? string.Empty : "square")"
6363
alt="@Settings.GetSiteName()">
6464
</a>

0 commit comments

Comments
 (0)