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

Commit

Permalink
Fully updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ZudoB committed Aug 2, 2018
1 parent 6e12d36 commit f42cfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ <h3>Install DDLC</h3>
<div class="side-sheet-container">
<div class="side-sheet-toolbar">
<div class="side-sheet-toolbar-group">
<button class="primary" @click="browserCommand('goBack')" title="Back"><i class="material-icons">arrow_back</i>
<button class="primary" @click="browserCommand('goBack')" title="Back"><i class="fas fa-arrow-left"></i>
</button>
<button class="primary" @click="browserCommand('goForward')" title="Forward"><i
class="material-icons">arrow_forward</i></button>
class="fas fa-arrow-right"></i></button>
</div>
<div class="side-sheet-toolbar-group">
<button class="primary" @click="browserCommand('reload')" title="Refresh"><i class="material-icons">refresh</i>
<button class="primary" @click="browserCommand('reload')" title="Refresh"><i class="fas fa-sync-alt"></i>
</button>
</div>
<div class="side-sheet-toolbar-group grow">
Expand Down

0 comments on commit f42cfa9

Please sign in to comment.