1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-23 14:46:44 +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':
return 'ti ti-world';
case 'bubble':
return 'ti ti-bubble';
return 'ti ti-droplet';
}
}