Skip to content

Commit

Permalink
add GFUND logos (#2451)
Browse files Browse the repository at this point in the history
* add GFUND logo

* added GFUND svg version
  • Loading branch information
vincentgeneste authored Nov 16, 2022
1 parent 766ba3a commit 735bcea
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Binary file added app/assets/nep5/png/GFUND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/nep5/png/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import GHOST from './GHOST.png'
import FLM from './FLM.png'
import GM from './GM.png'
import NEP from './NEP.png'
import GFUND from './GFUND.png'

export const imageMap = {
NEO,
Expand Down Expand Up @@ -106,4 +107,5 @@ export const imageMap = {
FLM,
GM,
NEP,
GFUND,
}
16 changes: 16 additions & 0 deletions app/assets/nep5/svg/GFUND.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/nep5/svg/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import NOS from './NOS.svg'
import GHOST from './GHOST.svg'
import FLM from './FLM.svg'
import NEP from './NEP.svg'
import GFUND from './GFUND.svg'

export const imageMap = {
NEO,
Expand Down Expand Up @@ -104,4 +105,5 @@ export const imageMap = {
GHOST,
FLM,
NEP,
GFUND,
}

0 comments on commit 735bcea

Please sign in to comment.