Skip to content

Commit f201d51

Browse files
authored
Update link to Reflector network in AssetBalancePanel (#20)
1 parent a9788bf commit f201d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AssetBalancePanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const AssetBalancePanel = ({
202202
<Clock className="w-3 h-3" />
203203
<span>Prices updated {formatLastUpdate(lastUpdateTime)}</span>
204204
<span className="text-muted-foreground/60"></span>
205-
<a href="https://reflector.space" target="_blank" rel="noopener noreferrer" className="text-primary hover:text-primary/80 transition-colors inline-flex items-center gap-1">
205+
<a href="https://reflector.network/" target="_blank" rel="noopener noreferrer" className="text-primary hover:text-primary/80 transition-colors inline-flex items-center gap-1">
206206
via Reflector
207207
<ExternalLink className="w-3 h-3" />
208208
</a>
@@ -299,4 +299,4 @@ export const AssetBalancePanel = ({
299299
</>}
300300
</CardContent>
301301
</Card>;
302-
};
302+
};

0 commit comments

Comments
 (0)