Skip to content

Commit

Permalink
Merge pull request #31 from MobileApps-Cascadia/final-code-changes
Browse files Browse the repository at this point in the history
Shortened a Calendar app video tutorial title to prevent text cut-off.
  • Loading branch information
AricaLConrad authored May 21, 2022
2 parents d19aa36 + 4af3674 commit 9d301af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct CalendarVideoTutorial2: View {
VStack {

// Arica: The video tutorial heading.
Text("Using the Calendar app on your iPad")
Text("iPad Calendar app tips")
.padding(.top, 30)
.font(.title)
.foregroundColor(Color("DarkBlue"))
Expand Down
2 changes: 1 addition & 1 deletion TechEase/Tutorials/TheCalendarTutorial.swift
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ struct TheCalendarTutorial: View {

HStack {

Text("Video 2: Using the Calendar app on your iPad")
Text("Video 2: iPad Calendar app tips")
.font(.title3)
.foregroundColor(Color("Black"))
.padding(.leading)
Expand Down

0 comments on commit 9d301af

Please sign in to comment.