-
-
Save RobertoOrtis/23b64bed4fd1d97997ab8b43c989c934 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const shields = { | |
| soccer: { | |
| 'AS Monaco': 'https://i.imgur.com/R0LjeFU.png', | |
| 'Besiktas': 'https://i.imgur.com/zAhnhFt.png', | |
| 'Milan': 'https://i.imgur.com/WiOPhXt.png', | |
| 'Roma': 'https://i.imgur.com/dDfUp3d.png' | |
| }, | |
| baseball: { | |
| 'Los Angeles Dodgers': 'https://i.imgur.com/bB0HYgb.png', | |
| 'Houston Astros': 'https://i.imgur.com/gwR11oB.png' | |
| }, | |
| nfl: { | |
| 'Baltimore Ravens': 'https://i.imgur.com/WYVLmos.png', | |
| 'Seattle Seahawks': 'https://i.imgur.com/IhG0vc7.png' | |
| } | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment