This commit is contained in:
07akioni 2020-05-31 12:34:24 +08:00
parent 23aa383c77
commit 7c88a57a0d
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
</template>
<script>
import editIcon from '../../src/_icons/git-pull-request-outline'
import editIcon from '../../src/_icons/git-commit-outline'
export default {
name: 'EditOnGithubButton',

View File

@ -401,7 +401,8 @@ const exportedComponents = {
styles: [
'TimePicker',
'[]Input',
'[]Button'
'[]Button',
'[]Icon'
]
},
Tooltip: {