Fix class names and comments

This commit is contained in:
2025-04-06 22:05:19 -04:00
parent 1cd8ada925
commit 4bc7bf4214
7 changed files with 24 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
//
// HelloView.swift
// MainView.swift
// Nostore
//
// Created by Ryan Breen on 2/17/23.
@@ -38,8 +38,8 @@ struct MainView: View {
#endif
.padding(.all, 3.0)
NavigationLink("Getting Started: MacOS") {
GettingStartedmacOS()
NavigationLink("Getting Started: Mac") {
GettingStartedMac()
}
#if macOS
.buttonStyle(.link)