Skip to content

Commit

Permalink
Align toolbar icons with xyhp915's logseq-journals-calendar calenda…
Browse files Browse the repository at this point in the history
…r button
  • Loading branch information
isosphere committed Jan 3, 2024
1 parent 9be81c6 commit 6f8f1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ function main () {

// external btns
logseq.App.registerUIItem('toolbar', {
key: 'next-day', template: `
key: 'open-d-next-day', template: `
<a class="button" id="next-day-button" data-on-click="nextDay" data-rect>
<i class="ti ti-square-arrow-right"></i>
</a>
`,
})

logseq.App.registerUIItem('toolbar', {
key: 'prev-day', template: `
key: 'open-a-next-day', template: `
<a class="button" id="prev-day-button" data-on-click="prevDay" data-rect>
<i class="ti ti-square-arrow-left"></i>
</a>
Expand Down

0 comments on commit 6f8f1a2

Please sign in to comment.