diff options
| -rw-r--r-- | src/main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.tsx b/src/main.tsx index 048b9ab..a78d85d 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -63,7 +63,7 @@ function main() { zIndex: 11, }); - const openIconName = "template-plugin-open"; + const openIconName = "ollama-ui-open"; logseq.provideStyle(css` |
