Skip to content

Commit 5a3e11b

Browse files
committed
Fix Config and Rotate In
1 parent c858ced commit 5a3e11b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2 id="other-software" class="" data-aos="zoom-in">Other Software</h2>
5858
<div class="card h-100">
5959
<div class="card-body">
6060
<div class="float-end ps-2 pb-2">
61-
<a class="url-link" href="" target="_blank" rel="noopener"><img src="" class="hvr-grow-lg" alt="" height="64" width="64"></a>
61+
<a class="url-link" href="" target="_blank" rel="noopener"><img src="" class="hvr-grow-lg animate__animated animate__rotateIn" alt="" height="64" width="64"></a>
6262
</div>
6363
<h4 class="card-title">
6464
<a class="link-body-emphasis text-decoration-none url-link hvr-grow" href="" target="_blank" rel="noopener">Title</a>

src/js/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ const githubActions = [
298298
'https://github.com/marketplace/actions/portainer-stack-deploy-action',
299299
GitHub: 'https://github.com/cssnr/portainer-stack-deploy-action',
300300
},
301-
fa: 'faShell',
301+
fa: 'faJs',
302302
},
303303
{
304304
name: 'Mozilla Addon Update',

0 commit comments

Comments
 (0)