mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 16:31:00 +00:00
Fix unboost icon
This commit is contained in:
parent
a6f3068728
commit
54a16b2c9a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ struct StatusRowContextMenu: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
if statusDataController.isReblogged {
|
if statusDataController.isReblogged {
|
||||||
return Label("status.action.unboost", image: "Rocket.fill")
|
return Label("status.action.unboost", image: "Rocket.Fill")
|
||||||
}
|
}
|
||||||
return Label("status.action.boost", image: "Rocket")
|
return Label("status.action.boost", image: "Rocket")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue