Remove join room screen graphic and align platforms

This commit is contained in:
Stefan Ceriu
2024-04-24 16:16:19 +03:00
committed by Stefan Ceriu
parent 4e52940fe6
commit 18081fbe48
20 changed files with 24 additions and 102 deletions

View File

@@ -72,9 +72,6 @@ struct JoinRoomScreen: View {
.lineLimit(3)
}
}
Image(asset: Asset.Images.joinRoomGraphic)
.padding(.top, 40)
}
}