Skip to content

Commit

Permalink
chore: Add gyro icon
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jul 21, 2023
1 parent cdf3964 commit a659ebd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/assets/images/icons/protocols/gyro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/composables/useProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export enum Protocol {
Tetu = 'tetu',
Granary = 'granary',
Zerovix = '0vix',
Gyro = 'gyro',
}

export const protocolIconPaths: Record<Protocol, string> = {
Expand Down Expand Up @@ -72,4 +73,8 @@ export const protocolIconPaths: Record<Protocol, string> = {
'@/assets/images/icons/protocols/0vix.svg',
import.meta.url
).href,
[Protocol.Gyro]: new URL(
'@/assets/images/icons/protocols/gyro.png',
import.meta.url
).href,
};

0 comments on commit a659ebd

Please sign in to comment.