Skip to content

Commit

Permalink
drop scan page
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulling committed Apr 1, 2023
1 parent b37bdcb commit 00cde02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions trivai/main/HomeList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ let coursesData = [
Course(title: "Create a Quiz",
image: "newQuiz",
color: Color("background4"),
shadowColor: Color("backgroundShadow4")),
Course(title: "Scan page",
image: "myCamera",
color: Color("background7"),
shadowColor: Color(hue: 0.677, saturation: 0.701, brightness: 0.788, opacity: 0.5)),
shadowColor: Color("backgroundShadow4"))
// Course(title: "Scan page",
// image: "myCamera",
// color: Color("background7"),
// shadowColor: Color(hue: 0.677, saturation: 0.701, brightness: 0.788, opacity: 0.5)),
]

0 comments on commit 00cde02

Please sign in to comment.