We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f31e8f + 355075d commit 26ce5a6Copy full SHA for 26ce5a6
app/src/lib/components/token.svelte
@@ -90,7 +90,7 @@ onMount(() => {
90
</section>
91
{#if token.graphql}
92
<section>
93
- <h2 class="text-foreground">GrapqhQL</h2>
+ <h2 class="text-foreground">GraphQL</h2>
94
<div>Name: {token.graphql.primaryRepresentation.name}</div>
95
<div>Symbol: {token.graphql.primaryRepresentation.symbol}</div>
96
<div>Decimals: {token.graphql.primaryRepresentation.decimals}</div>
0 commit comments