Skip to content

Commit

Permalink
remove a button in header area
Browse files Browse the repository at this point in the history
  • Loading branch information
leoding86 committed Jun 25, 2021
1 parent 01dd4fc commit 6ee10fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<el-button class="el-button--icon" size="small" @click="jumpTo('https://github.com/leoding86/webextension-pixiv-toolkit')">
<img :src="require('../../../static/github.svg').default" alt="Github">
Star it</el-button>
<el-button class="el-button--icon" size="small" @click="jumpTo('https://www.patreon.com/leoding')">
<!-- <el-button class="el-button--icon" size="small" @click="jumpTo('https://www.patreon.com/leoding')">
<img :src="require('../../../static/patreon.png').default" alt="Patreon">
Support it
</el-button>
</el-button> -->

<div class="settings-button"
:style="{zIndex: 99999}"
Expand Down

0 comments on commit 6ee10fd

Please sign in to comment.