Skip to content

Commit

Permalink
Added images for #652 + added a default game icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Apr 25, 2024
1 parent 5a48ee0 commit 92e9290
Show file tree
Hide file tree
Showing 9 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=48"></script>
<script src="assets/scripts/a.js?v=50"></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 @@ -225,25 +225,25 @@
{
"name": "Free Media Heck Yeah",
"link": "https://fmhy.pages.dev",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/fmhy.png",
"categories": ["all"]
},
{
"name": "Canva",
"link": "https://canva.com",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/canva.png",
"categories": ["all"]
},
{
"name": "Wikipedia",
"link": "https://en.wikipedia.org",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/wiki.png",
"categories": ["all"]
},
{
"name": "GOAL",
"link": "https://goal.com",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/goal.png",
"categories": ["all"]
},
{
Expand All @@ -255,7 +255,7 @@
{
"name": "Gidd.io Games",
"link": "https://gidd.io",
"image": "/assets/media/icons/addmelater",
"image": "/assets/media/icons/gidd.jpg",
"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/canva.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/default-g.webp
Binary file not shown.
Binary file added static/assets/media/icons/fmhy.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/gidd.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/goal.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/wiki.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 92e9290

Please sign in to comment.