Skip to content

Commit

Permalink
Remove sparkles
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo committed Sep 28, 2024
1 parent 3679646 commit d422e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ <h3>Warning</h3>
</div>
{{/warnings}}
<div class="featured-mods">
<!-- <img class="sparkles" src="https://i.gifer.com/XZ5V.gif"> -->
{{#mods}}
<div class="featured-mod {{#tags}}{{.}} {{/tags}}" data-time="{{lastUpdated}}" data-author="{{author}}" data-source="{{source}}" data-version="{{version}}" data-tags="{{tagsRaw}}">
<a href="{{link}}">
<img class="sparkles" src="https://i.gifer.com/XZ5V.gif">
<img src="{{image}}" />
<div class="card-content">
<h3>{{name}}</h3>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ div.compact {
max-width: 100%;
}

.sparkles {
display: none;
}
//.sparkles {
// display: none;
//}

//&.loved .sparkles{
// width: 250px;
Expand Down

0 comments on commit d422e0c

Please sign in to comment.