Skip to content

Commit fb146e5

Browse files
authored
Merge pull request #504 from Sitecore/mvp-logo-update
Added 2025 MVP logo and updated site shortcut icon ref
2 parents fe84cbf + 0ede0a1 commit fb146e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

headapps/MvpSite/MvpSite.Rendering/Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535

3636
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
3737
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
38-
<link rel="stylesheet" href="/style/main.min.css?v=2.20" />
38+
<link rel="stylesheet" href="/style/main.min.css?v=2.21" />
3939
@if (this.SitecoreContext() != null && this.SitecoreContext()!.IsEditing)
4040
{
4141
<link rel="stylesheet" href="/style/ee.css?v=3" />
4242
}
43-
<link rel="shortcut icon" href="/images/Sitecore_MVP_logo_2020.jpg" />
43+
<link rel="shortcut icon" type="image/png" href="/images/Sitecore_MVP_logo_2025.png" />
4444
<!-- Global site tag (gtag.js) - Google Analytics -->
4545
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BHQTXWTDRH"></script>
4646
<script>
43.4 KB
Loading

0 commit comments

Comments
 (0)