Skip to content

Commit

Permalink
logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 17, 2024
1 parent 153378b commit 0d614e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added website/assets/logo.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 removed website/assets/logo_512.png
Binary file not shown.
2 changes: 1 addition & 1 deletion website/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def generate():


def copy_assets():
for file in ['style.css', 'logo_512.png', 'map.js', 'favicon.ico']:
for file in ['style.css', 'logo.jpg', 'map.js', 'favicon.ico']:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)


Expand Down
2 changes: 1 addition & 1 deletion website/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</head>

<body>
<img src="logo_512.png" alt="logo" height="200" class="logo" />
<img src="logo.jpg" alt="logo" height="200" class="logo" />
<h1>OpenFreeMap</h1>

{main}
Expand Down

0 comments on commit 0d614e7

Please sign in to comment.