Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Dec 4, 2024
1 parent 5370d1b commit 40e0ef4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions web-wallet/src/routes/(app)/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
let icons = [{ path: "" }];
switch (contract) {
case "send":
icons = [{ path: mdiArrowTopRight }];
case "allocate":
icons = [{ path: mdiSync }];
break;
case "migrate":
icons = [{ path: mdiSwapHorizontal }];
break;
case "receive":
icons = [{ path: mdiArrowBottomLeft }];
break;
case "send":
icons = [{ path: mdiArrowTopRight }];
break;
case "stake":
icons = [{ path: mdiDatabaseOutline }];
break;
case "allocate":
icons = [{ path: mdiSync }];
break;
case "migrate":
icons = [{ path: mdiSwapHorizontal }];
break;
default:
break;
}
Expand Down

0 comments on commit 40e0ef4

Please sign in to comment.