Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: use a pen icon for rename button
  • Loading branch information
haoqunjiang committed May 12, 2019
commit 19112770fcdf1eeb457701246d59c7647d89efcf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<VueDropdownButton
:label="$t('org.vue.components.project-rename.title')"
icon-left="local_offer"
icon-left="edit"
@click="showRename = true"
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<VueButton
class="icon-button"
icon-left="local_offer"
icon-left="edit"
v-tooltip="$t('org.vue.components.project-rename.title')"
@click.stop="showRename = true"
/>
Expand Down