Skip to content

Commit

Permalink
[Redesign] Replace Relayer fee with Network cost in Redeem view
Browse files Browse the repository at this point in the history
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
  • Loading branch information
emreboga committed Sep 21, 2024
1 parent 418068b commit 213e907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const TransactionDetails = () => {
return (
<Stack direction="row" justifyContent="space-between">
<Typography color={theme.palette.text.secondary} fontSize={14}>
Relayer fee
Network cost
</Typography>
{tokenPrices.isFetching ? (
<CircularProgress size={14} />
Expand Down

0 comments on commit 213e907

Please sign in to comment.