From aa98615750c3da5bcb491698a66d1cb6281a9b7e Mon Sep 17 00:00:00 2001 From: Isaac Greene Date: Sun, 10 Apr 2022 00:21:53 -0400 Subject: [PATCH] Changed build id to avoid l/i confusion --- Splits/ChangeLogData.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Splits/ChangeLogData.swift b/Splits/ChangeLogData.swift index 8ad5b0a..a9b9629 100644 --- a/Splits/ChangeLogData.swift +++ b/Splits/ChangeLogData.swift @@ -15,10 +15,12 @@ struct April2022: View { VStack (alignment: .leading) { Text("2022-04-10") .font(.title2) - Text("Version Prerelease Build LVSXT10l\n") + Text("Version Prerelease Build LVSXT10m\n") .font(.footnote) Text("\u{2022} Added known issues view.\n\t\u{2022} Might add this to the change log navigation at the bottom in the future") } + .padding(30) + //2022-04-09 VStack (alignment: .leading) { Text("2022-04-09:")