Skip to content

Commit

Permalink
Changing the title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Jan 3, 2024
1 parent 9f27562 commit 898dd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trident.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] Octopus Insights</title>
<title>@ViewData["Title"] - Trident</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" />
</head>
Expand Down

0 comments on commit 898dd57

Please sign in to comment.