We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aa08a commit 18e53f9Copy full SHA for 18e53f9
FirstMVC/FirstMVC/Views/Home/CustomerDetails.cshtml
@@ -37,8 +37,8 @@
37
@model FirstMVC.Models.Customer
38
<div class="container">
39
<h2>
40
- <a href="http://dotnetmentors.com">
41
- <img src="http://dotnetmentors.com/images/dotnetmentors.png" alt="dotnetmentors.com" /></a>
+ <a href="https://geeksarray.com">
+ <img src="https://geeksarray.com/images/geeksarray.jpeg" alt="geeksarray.com" /></a>
42
Customer Details
43
</h2>
44
@using (Html.BeginForm("CustomerDetails", "home"))
0 commit comments