Skip to content

Commit

Permalink
update: main.window: loader-footer: added version no. & fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
KSSBro committed Jan 26, 2021
1 parent b9757c4 commit 10d91d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/main.window/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<img class="loader-el" id="loader-img" type="image/png" draggable="false" src="./../../../assets/images/logos/sharingan.png"/>
<p class="loader-el" id="loader-text">Loading Tensorflow model</p>

<p class="loader-el" id="loader-footer">© Araekiel 2021 | MIT License</p>
<p class="loader-el" id="loader-footer">© Araekiel 2021 | v1.0.2 | MIT License </p>
</div>

<div class="el hidden" id="input-choice-container">
Expand Down
2 changes: 1 addition & 1 deletion src/components/main.window/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ body {
font-weight: 500;
font-size: 14px;
font-weight: bold;
margin-top: 125px;
margin-top: 130px;
color: #848484;
}

Expand Down

0 comments on commit 10d91d6

Please sign in to comment.