summaryrefslogtreecommitdiff
path: root/Views/Home/_About.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-16 14:05:39 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-16 14:05:39 +0300
commitc740669676b30e5eae3cbadbef2810671b9e1c37 (patch)
treeb0fb4f7de9dd5bcb7993226bca1dfecfeac20dad /Views/Home/_About.cshtml
parentaa5e64754bcd7c4d25546e773c42eacec04da5fe (diff)
Fix about section image background link
Diffstat (limited to 'Views/Home/_About.cshtml')
-rw-r--r--Views/Home/_About.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Home/_About.cshtml b/Views/Home/_About.cshtml
index 00386f8..aaf4fa6 100644
--- a/Views/Home/_About.cshtml
+++ b/Views/Home/_About.cshtml
@@ -11,6 +11,6 @@
</p>
</div>
</div>
- <img class="img-fluid" src="assets/img/ipad.png" alt="..." />
+ <img class="img-fluid" src="/assets/img/ipad.png" alt="..." />
</div>
</section> \ No newline at end of file