Skip to content

Commit

Permalink
lintで弾かれた点を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nmori committed Jan 1, 2024
1 parent 211008d commit 7cc57d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/app/controllers/events.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@
}
},
{
html: `<a href ><i class="far fa-copy" style="margin-right: 10px;"></i> コピー</a>`,
html: `<a href ><span class="iconify" data-icon="mdi:content-copy" style="margin-right: 10px;"></span> Copy</a>`,
html: `<a href ><span class="iconify" data-icon="mdi:content-copy" style="margin-right: 10px;"></span> コピー</a>`,
click: () => {
$scope.copyEvent(event.id);
}
Expand Down

0 comments on commit 7cc57d9

Please sign in to comment.