Skip to content

Commit

Permalink
update fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
uchks committed Oct 6, 2024
1 parent a0c1aea commit 151a74d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depictions/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h3 class="section-title">Description</h3>
<div class="card">
<ul id="descriptionList" class="list-group list-group-flush">
<li id="screenshotsLink" class="link-item list-group-item">
<i class="fas fa-images"></i>
<i class="fa-solid fa-file-image"></i>
Screenshots
</li>
</ul>
Expand All @@ -201,7 +201,7 @@ <h3 class="section-title">
<div class="card">
<ul id="changesList" class="list-group list-group-flush">
<li id="changelogLink" class="link-item list-group-item">
<i class="fas fa-history"></i>
<i class="fa-solid fa-clock-rotate-left"></i>
Full Changelog
</li>
</ul>
Expand Down Expand Up @@ -233,7 +233,7 @@ <h3 class="section-title">Contact</h3>
<div id="packageError" style="display: none">
<div class="container">
<div class="alert alert-danger">
<i class="fas fa-exclamation-circle me-2"></i>
<i class="fa-solid fa-circle-exclamation me-2"></i>
<strong>Oh snap!</strong> The package you are trying to view is not
hosted on this repository.
</div>
Expand Down

0 comments on commit 151a74d

Please sign in to comment.