Skip to content

Commit 18e53f9

Browse files
authored
Update CustomerDetails.cshtml
1 parent a5aa08a commit 18e53f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirstMVC/FirstMVC/Views/Home/CustomerDetails.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
@model FirstMVC.Models.Customer
3838
<div class="container">
3939
<h2>
40-
<a href="http://dotnetmentors.com">
41-
<img src="http://dotnetmentors.com/images/dotnetmentors.png" alt="dotnetmentors.com" /></a>
40+
<a href="https://geeksarray.com">
41+
<img src="https://geeksarray.com/images/geeksarray.jpeg" alt="geeksarray.com" /></a>
4242
Customer Details
4343
</h2>
4444
@using (Html.BeginForm("CustomerDetails", "home"))

0 commit comments

Comments
 (0)