Skip to content

Commit

Permalink
Add images for #645
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Apr 24, 2024
1 parent bc9123e commit acaaf87
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion static/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="/assets/scripts/main.js?v=38"></script>
<script src="/assets/scripts/index.js?v=14"></script>
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
<script src="assets/scripts/a.js?v=46"></script>
<script src="assets/scripts/a.js?v=48"></script>
</head>
<body>
<div class="fixed-nav-bar"></div>
Expand Down
10 changes: 5 additions & 5 deletions static/assets/json/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,19 @@
{
"name": "MLB",
"link": "https://mlb.com",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/mlb.png",
"categories": ["all"]
},
{
"name": "NFL",
"link": "https://nfl.com",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/nfl.png",
"categories": ["all"]
},
{
"name": "NBA",
"link": "https://nba.com",
"image": "assets/media/icons/addmelater",
"image": "assets/media/icons/nba.png",
"categories": ["all"]
},
{
Expand Down Expand Up @@ -195,7 +195,7 @@
{
"name": "Premier League",
"link": "https://premierleague.com",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/pl.jpg",
"categories": ["all"]
},
{
Expand Down Expand Up @@ -225,7 +225,7 @@
{
"name": "Trello",
"link": "https://trello.com",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/trello.png",
"categories": ["all"]
},
{
Expand Down
2 changes: 1 addition & 1 deletion static/assets/json/a.min.json

Large diffs are not rendered by default.

Binary file added static/assets/media/icons/mlb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/nba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/nfl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/pl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/trello.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acaaf87

Please sign in to comment.