Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 7d476bb

Browse files
authored
Update _ReleaseCard.cshtml
1 parent 3deff8b commit 7d476bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenTabletDriver.Web/Views/Shared/Release/_ReleaseCard.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="card-body">
1919
<div class="text-center">
2020
<img width="250" src="otd.png"/>
21-
<h4 class="col-lg-6 col-md-8 mx-auto">Downloads</h4>
21+
<h4 class="col-lg-6 col-md-8 mx-auto">Installation Guides</h4>
2222
<br>
2323
</div>
2424
<ol style="list-style: none; display: flex; justify-content:space-between"
@@ -50,4 +50,4 @@
5050
<small class="@textColor">Released @Model.Date.ToLocalTime().ToString("MM/dd/yyyy")</small>
5151

5252
</div>
53-
</div>
53+
</div>

0 commit comments

Comments
 (0)