From 8137f23bb53b1389d3311354ccd443fddd8efcca Mon Sep 17 00:00:00 2001 From: NoriDev Date: Fri, 22 Nov 2024 11:25:42 +0900 Subject: [PATCH] fix 91c07eb8 --- packages/frontend/src/timelines.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/timelines.ts b/packages/frontend/src/timelines.ts index cf129c1af1..2275fae50e 100644 --- a/packages/frontend/src/timelines.ts +++ b/packages/frontend/src/timelines.ts @@ -32,7 +32,7 @@ export function basicTimelineIconClass(timeline: BasicTimelineType): string { case 'global': return 'ti ti-world'; case 'bubble': - return 'ti ti-bubble'; + return 'ti ti-droplet'; } }