Skip to content

Commit

Permalink
feat: make theme and extension lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Dec 30, 2024
1 parent e8a4d6c commit 7736a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browse/extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ <h2 class="h3 my-3">
${
(data.type == "THEME") ? (`
<i class="bi bi-palette2"></i>
Theme
theme
`) : (`
<i class="bi bi-puzzle-fill"></i>
Extension
extension
`)
}
</span>
Expand Down

0 comments on commit 7736a3c

Please sign in to comment.