diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-06 13:06:48 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-06 13:06:48 +0200 |
| commit | 4d59f78439f8fba6dea2fe7b2b132800529d279e (patch) | |
| tree | ee77c3401703f1556f8511a50ce5326b54a546fb /src | |
| parent | 7584aefd857bf43d685f213cacc64fd45273e8e6 (diff) | |
| download | ollama-logseq-4d59f78439f8fba6dea2fe7b2b132800529d279e.tar.xz ollama-logseq-4d59f78439f8fba6dea2fe7b2b132800529d279e.zip | |
Changed toolbar icon name
Diffstat (limited to 'src')
| -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` |
