Fix unboost icon

This commit is contained in:
Thomas Ricouard 2024-05-08 11:00:40 +02:00
parent a6f3068728
commit 54a16b2c9a

View file

@ -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")
} }