Skip to content

Commit

Permalink
dock update
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjinglei committed Mar 19, 2024
1 parent e0e271b commit d662264
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGE LOG

## v0.1.0/2021-12-13
## v0.1.1/2024-03-19

- [v0.1.1](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/tree/v0.1.0)
- init repository

## v0.1.0/2023-12-13

- [v0.1.0](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/tree/v0.1.0)
- init repository
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "note-sunburst",
"author": "shenjinglei",
"url": "https://github.com/shenjinglei/note-sunburst",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "2.10.13",
"backends": ["all"],
"frontends": ["all"],
Expand Down
2 changes: 1 addition & 1 deletion src/dock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function initDock() {
const dockHtml = `<div class="fn__flex-1 fn__flex-column">
<div class="block__icons">
<div class="block__logo">
<svg><use xlink:href="#iconPluginSunburst"></use></svg>
<svg class="block__logoicon"><use xlink:href="#iconPluginSunburst"></use></svg>
${i18n.pluginName}
</div>
<span class="fn__flex-1 fn__space"></span>
Expand Down

0 comments on commit d662264

Please sign in to comment.