Skip to content

Commit d00f08b

Browse files
d70-tlkluft
andauthored
Apply suggestion from @lkluft
Co-authored-by: Lukas Kluft <lukas.kluft@gmail.com>
1 parent 97d829b commit d00f08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/DSContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function parseProvider(provider: Provider): string | undefined {
6666
}
6767
for(const ma of provider.multiaddrs) {
6868
if (ma.toString().match(/^\/dns.\/[^\/]+\.pinata\.cloud\//)) {
69-
return "pinata";
69+
return "Pinata";
7070
}
7171
}
7272
return undefined;

0 commit comments

Comments
 (0)