1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 14:28:53 +09:00
This commit is contained in:
NoriDev 2024-11-22 11:25:42 +09:00
parent 79bf66a0f9
commit 8137f23bb5

View File

@ -32,7 +32,7 @@ export function basicTimelineIconClass(timeline: BasicTimelineType): string {
case 'global': case 'global':
return 'ti ti-world'; return 'ti ti-world';
case 'bubble': case 'bubble':
return 'ti ti-bubble'; return 'ti ti-droplet';
} }
} }