Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Fixed a typo. Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
ZudoB committed Jul 25, 2018
1 parent 0839a4f commit a381615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Doki Doki Mod Manager!",
"description": "Mod Manager for Doki Doki Literature Club!",
"author": "Doki Doki Mod Manager! Development Team",
"version": "2.0.0-rc3",
"version": "2.0.1",
"homepage": "https://doki.space",
"main": "src/common/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/gui/html/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Loading...</h1>
<div class="toolbar-button-text">Get Mods</div>
</div>

<div class="toolWSbar-button" @click="ui.side_sheets.downloads = true" role="button">
<div class="toolbar-button" @click="ui.side_sheets.downloads = true" role="button">
<div class="toolbar-button-icon">
<i class="material-icons">list</i>
<span class="toolbar-button-badge">{{downloads.filter(d => d.status === "downloading").length ? downloads.filter(d => d.status === "downloading").length : ""}}</span>
Expand Down

0 comments on commit a381615

Please sign in to comment.