Refine golf ball logo and add static route
- Adjust dimple size and spacing for balanced appearance - Enlarge card suit symbols (font-size 32) in single row - Fine-tune symbol positioning and spacing - Increase margin between logo and golfer emoji - Add /golfball-logo.svg static file route Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -964,6 +964,10 @@ if os.path.exists(client_path):
|
||||
async def serve_leaderboard_js():
|
||||
return FileResponse(os.path.join(client_path, "leaderboard.js"), media_type="application/javascript")
|
||||
|
||||
@app.get("/golfball-logo.svg")
|
||||
async def serve_golfball_logo():
|
||||
return FileResponse(os.path.join(client_path, "golfball-logo.svg"), media_type="image/svg+xml")
|
||||
|
||||
# Admin dashboard
|
||||
@app.get("/admin")
|
||||
async def serve_admin():
|
||||
|
||||
Reference in New Issue
Block a user