Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Borychowski committed Jun 29, 2020
1 parent fa6d58f commit d1f6d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tim",
"productName": "TIM",
"description": "Tom's Issue Manager helps you browse, and keep track of your Github issues.",
"version": "3.4.2",
"version": "3.4.3",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions src/appheader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const template = `
<button class="btn-right ion-md-link" title="Copy link" on-click="copyUrl"></button>
<span class="copy-link-confirmation" class-flash="flashing">Link copied!</span>
<div class="star-box" class-starred="starred">
<button class="btn-star ion-ios-bookmark-outline" title="Bookmark" on-click="star"></button>
<button class="btn-star ion-ios-bookmark" title="Bookmark" on-click="star"></button>
<button class="btn-unstar ion-ios-bookmark" title="Remove Bookmark" on-click="unstar"></button>
</div>
<h1>{{title}}</h1>
Expand Down Expand Up @@ -72,4 +72,3 @@ module.exports = new Ractive({
template,
oninit,
});

0 comments on commit d1f6d08

Please sign in to comment.