Skip to content

Commit

Permalink
Update Index.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker authored Jan 24, 2024
1 parent 3d80d2d commit 479978b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RandomQuotes.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@{
ViewData["Title"] = "Random Quotes";
ViewData["Title"] = "Random Quotes - Running on Kubernetes!";
}

<h2>Quotes as a Service</h2>
<h2>Quotes as a Service - Running on Kubernetes</h2>

<div class="panel panel-default">
<div class="panel-body">
Expand Down

0 comments on commit 479978b

Please # to comment.