updating personal avatar

This commit is contained in:
talksik
2021-12-16 23:22:03 -08:00
parent 8bcaf179ea
commit 8240189a7e
@@ -245,9 +245,10 @@ struct InnerCircleView: View {
print("manage friends page") print("manage friends page")
} }
} label: { } label: {
RemoteImage(url: "https://avatars.githubusercontent.com/u/41487836") Image("Artboards_Diversity_Avatars_by_Netguru-51")
.background(NirvanaColor.teal) .resizable()
.aspectRatio(contentMode: .fill) .scaledToFit()
.background(NirvanaColor.teal.opacity(0.1))
.frame(width: 40, height: 40) .frame(width: 40, height: 40)
.clipShape(Circle()) .clipShape(Circle())
.padding(5) .padding(5)