From 8240189a7e3068edb710f7452b458d2ec0358368 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 16 Dec 2021 23:22:03 -0800 Subject: [PATCH] updating personal avatar --- nirvana-ios/v2/InnerCircle/InnerCircleView.swift | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nirvana-ios/v2/InnerCircle/InnerCircleView.swift b/nirvana-ios/v2/InnerCircle/InnerCircleView.swift index fe79096..fb689a4 100644 --- a/nirvana-ios/v2/InnerCircle/InnerCircleView.swift +++ b/nirvana-ios/v2/InnerCircle/InnerCircleView.swift @@ -245,9 +245,10 @@ struct InnerCircleView: View { print("manage friends page") } } label: { - RemoteImage(url: "https://avatars.githubusercontent.com/u/41487836") - .background(NirvanaColor.teal) - .aspectRatio(contentMode: .fill) + Image("Artboards_Diversity_Avatars_by_Netguru-51") + .resizable() + .scaledToFit() + .background(NirvanaColor.teal.opacity(0.1)) .frame(width: 40, height: 40) .clipShape(Circle()) .padding(5)