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