Skip to content

Commit

Permalink
add logo to the info page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkiokan committed Apr 4, 2022
1 parent c8a5581 commit 97c5ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/pages/Download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<el-row>
<el-col style="width: 240px;">
<img :src="$root.getImage('assets/hb_new.png')" class="icon0" />
<img :src="$root.getImage('assets/hb.png')" class="icon0" />
</el-col>
<el-col :span="12">
<b>HB-Store R2</b> by LightningMods <br>
Expand Down
5 changes: 4 additions & 1 deletion src/renderer/pages/Info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
<div>
<i class="fab fa-playstation" style="font-size: 40px; margin-bottom: 10px;" v-if="false" />

<div style="background: #222; padding: 10px 20px; text-align: center; margin-bottom: 20px;">
<img :src="$root.getImage('assets/rpsV2.png')" style="width: 180px; margin: 0 auto;" />
</div>

<h2>Information</h2>
<br>
app: {{ $root.versions.app }} <br>
electron: {{ $root.versions.electron }} <br>
electron-webpack: {{ $root.versions.electronWebpack }} <br>
Expand Down

0 comments on commit 97c5ce0

Please sign in to comment.