Skip to content

Commit

Permalink
Update padding, add URL
Browse files Browse the repository at this point in the history
  • Loading branch information
golson-wmf committed Nov 8, 2024
1 parent f092333 commit a4a06ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public struct WMFYearInReviewScrollView: View {
}
if contents != nil {
contents
.padding(EdgeInsets(top: 12, leading: sizeClassPadding, bottom: 24, trailing: sizeClassPadding))
.padding(EdgeInsets(top: 12, leading: sizeClassPadding, bottom: 0, trailing: sizeClassPadding))
.background {
Color(appEnvironment.theme.midBackground).ignoresSafeArea()
}
Expand Down
2 changes: 2 additions & 0 deletions Wikipedia/Code/YearInReviewCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ final class YearInReviewCoordinator: NSObject, Coordinator {
informationBubbleText: nil,
subtitle: personalizedSlide1Subtitle(readCount: readCount),
loggingID: "read_count_custom",
infoURL: aboutYIRURL,
hideDonateButton: false)
}
}
Expand Down Expand Up @@ -288,6 +289,7 @@ final class YearInReviewCoordinator: NSObject, Coordinator {
informationBubbleText: nil,
subtitle: personalizedSlide5Subtitle(languageCode: dataStore.languageLinkController.appLanguage?.languageCode),
loggingID: "thank_custom",
infoURL: aboutYIRURL,
hideDonateButton: true)
}
}
Expand Down

0 comments on commit a4a06ca

Please sign in to comment.