adding back logo brand name
This commit is contained in:
@@ -18,7 +18,11 @@ struct HeaderView: View {
|
|||||||
Image("undraw_handcrafts_leaf")
|
Image("undraw_handcrafts_leaf")
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 20.0, height: 32.132)
|
.frame(width: 20.0, height: 32.132)
|
||||||
.padding()
|
|
||||||
|
Text("nirvana")
|
||||||
|
.font(Font.custom("Satisfy-Regular", size: 35))
|
||||||
|
.foregroundColor(NirvanaColor.teal)
|
||||||
|
.multilineTextAlignment(.center)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
HStack(alignment:.center) {
|
HStack(alignment:.center) {
|
||||||
|
|||||||
Reference in New Issue
Block a user