Skip to content

Commit

Permalink
remove android ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto committed Aug 31, 2023
1 parent 7332c02 commit 7e654b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Modules/Sources/About/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public struct AboutView<ContributorView: View, StaffView: View, SponsorView: Vie
VStack(spacing: 0) {
Assets.Images.aboutKeyVisual.swiftUIImage
Spacer().frame(height: 16)
Text("DroidKaigiはAndroid技術情報の共有とコミュニケーションを目的に開催されるエンジニアが主役のAndroidカンファレンスです")
Text("DroidKaigiは技術情報の共有とコミュニケーションを目的に開催されるエンジニアが主役のカンファレンスです")
.font(Font.system(size: 16))
Spacer().frame(height: 12)
VStack(alignment: .leading, spacing: 12) {
Expand Down

0 comments on commit 7e654b5

Please sign in to comment.