From 4d59f78439f8fba6dea2fe7b2b132800529d279e Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 6 Nov 2023 13:06:48 +0200 Subject: Changed toolbar icon name --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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` -- cgit v1.2.3