adding back logo brand name

This commit is contained in:
talksik
2021-12-14 18:52:30 -08:00
parent 2c53ee9564
commit 3df650f38e
+5 -1
View File
@@ -18,7 +18,11 @@ struct HeaderView: View {
Image("undraw_handcrafts_leaf")
.resizable()
.frame(width: 20.0, height: 32.132)
.padding()
Text("nirvana")
.font(Font.custom("Satisfy-Regular", size: 35))
.foregroundColor(NirvanaColor.teal)
.multilineTextAlignment(.center)
}
} else {
HStack(alignment:.center) {