Fixing dev timeline icons
This commit is contained in:
@@ -8161,9 +8161,7 @@ function App() {
|
|||||||
height="24"
|
height="24"
|
||||||
className="bird-timeline-graph-event-icon"
|
className="bird-timeline-graph-event-icon"
|
||||||
>
|
>
|
||||||
<span className="material-symbols-outlined" aria-label="Move">
|
<span className="material-symbols-outlined" aria-hidden="true">{'move'}</span>
|
||||||
move
|
|
||||||
</span>
|
|
||||||
</foreignObject>
|
</foreignObject>
|
||||||
) : timelineEvent.eventType === 'owner_changed' ? (
|
) : timelineEvent.eventType === 'owner_changed' ? (
|
||||||
<foreignObject
|
<foreignObject
|
||||||
@@ -8173,9 +8171,7 @@ function App() {
|
|||||||
height="24"
|
height="24"
|
||||||
className="bird-timeline-graph-event-icon"
|
className="bird-timeline-graph-event-icon"
|
||||||
>
|
>
|
||||||
<span className="material-symbols-outlined" aria-label="Move location">
|
<span className="material-symbols-outlined" aria-hidden="true">{'move_location'}</span>
|
||||||
move_location
|
|
||||||
</span>
|
|
||||||
</foreignObject>
|
</foreignObject>
|
||||||
) : timelineEvent.eventType === 'hatch_date' ? (
|
) : timelineEvent.eventType === 'hatch_date' ? (
|
||||||
<text x={x} y={labelY} textAnchor={textAnchor} className="bird-timeline-graph-label">
|
<text x={x} y={labelY} textAnchor={textAnchor} className="bird-timeline-graph-label">
|
||||||
|
|||||||
Reference in New Issue
Block a user