Skip to content

Commit

Permalink
fix 91c07eb
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Nov 22, 2024
1 parent 79bf66a commit 8137f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/timelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
}

Expand Down

0 comments on commit 8137f23

Please sign in to comment.