Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Updated Location #737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/Suthahar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public class Suthahar : IAmACommunityMember
public string EmailAddress => string.Empty;
public string TwitterHandle => "jssuthahar";
public string GravatarHash => "2a34ebf4e9c4dca84eb7feee7217568f";
public string StateOrRegion => "Bangalore, India";
public string StateOrRegion => "Petaling Jaya, Selangor, Malaysia";
public Uri WebSite => new Uri("https://www.msdevbuild.com/");
public GeoPosition Position => new GeoPosition(12.9715990, 77.5945630);
public GeoPosition Position => new GeoPosition(3.10726, 101.60671);

public IEnumerable<Uri> FeedUris
{
Expand Down