Skip to content

Commit

Permalink
Merged PR 103: chore: Fixed url in About.
Browse files Browse the repository at this point in the history
chore: Fixed url in About.
  • Loading branch information
saigkill committed Jan 28, 2025
2 parents aa8ac09 + a1022c2 commit db39d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Moonglade.Web/Pages/About.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<div class="row">
<div class="col-md-5">
<div class="center-align">
<img class="img-fluid img-thumbnail" width="45%" src="https://saschamanns.de/imagestore/Sascha1.jpg" />
<img class="img-fluid img-thumbnail" width="45%" src="https://saschamanns.de/imagestore/coat-of-arms.png" />
<img class="img-fluid img-thumbnail" width="45%" src="https://saschamanns.de/imagestorage/Sascha1.jpg" />
<img class="img-fluid img-thumbnail" width="45%" src="https://saschamanns.de/imagestorage/coat-of-arms.png" />
<p>@Model.ViewModel.CoatOfArms.Value</p>
</div>
</div>
Expand Down

0 comments on commit db39d2c

Please sign in to comment.