Skip to content

Commit

Permalink
Updated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-hardy committed Aug 25, 2021
1 parent 8ed2cca commit 6e4cd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KnowledgeGraphExternalSearchProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ private void PopulateMetadata(IEntityMetadata metadata, IExternalSearchQueryResu
metadata.Uri = uri;
}

public string Icon { get; } = "Resources.knowledge_graph.jpg";
public string Icon { get; } = "Resources.knowledge_graph.svg";
public string Domain { get; } = "https://developers.google.com/knowledge-graph";
public string About { get; } = "Knowledge Graph is an enricher which allows you to find entities using the Google Knowledge Graph API";
public AuthMethods AuthMethods { get; } = null;
Expand Down

0 comments on commit 6e4cd6c

Please sign in to comment.