Skip to content

Commit 192133f

Browse files
committed
cleaned up eco
1 parent 67e7545 commit 192133f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

game_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'cs2': '/static/images/cs2.jpg',
33
'fctr': '/static/images/fctr.jpg',
44
'arma3': '/static/images/arma3.jpg',
5-
'dst': '/static/images/dst.jpg'
5+
'dst': '/static/images/dst.jpg',
6+
'eco': '/static/images/eco.jpg',
67
# Add more games here as needed
78
}

static/images/image_urls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
["factorio", "fctr.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/427520/library_600x900.jpg?t=1597145422"],
44
["arma3", "arma3.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/107410/library_600x900.jpg?t=1568818863"],
55
["dst", "dst.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/322330/library_600x900.jpg?t=1701988133"]
6-
6+
["eco", "eco.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/382310/library_600x900.jpg?t=1702129337"]
77
]

templates/games/eco.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>Eco</h1>
88

99
{% block sidebar %}
1010
<div class="sidebar-images">
11-
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/382310/library_600x900.jpg?t=1562708011" alt="Eco Poster">
11+
<img src=""{{ url_for('static', filename='images/eco.jpg') }}"" alt="Eco Poster">
1212
</div>
1313

1414
<div class="sidebar-buttons">

0 commit comments

Comments
 (0)