Skip to content

Commit

Permalink
Update _Layout.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron authored Oct 23, 2024
1 parent 253bbe9 commit 3e1bf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctopusSamples.OctoPetShop.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@(!Settings.Value.EnvironmentName.ToUpper().Contains("PROD") ? Settings.Value.EnvironmentName : "") Octo Pet Shop</title>
<title>@(!Settings.Value.EnvironmentName.ToUpper().Contains("PROD") ? Settings.Value.EnvironmentName : "") Octo Pet Shopppe</title>

<environment include="Development">
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
Expand Down

0 comments on commit 3e1bf10

Please sign in to comment.