Merge branch 'favicon'

docks66-json-schema
Yanick Champoux 2023-05-26 12:22:56 -04:00
commit 4e75fae835
5 changed files with 12 additions and 2 deletions

View File

@ -2,8 +2,10 @@ project:
name: "AotDS: The Docks"
homepage: https://git.babyl.ca/yanick/aotds-docks
with_stats: true
ticket_url: null
releases:
- version: NEXT
changes:
- add a favicon
- version: 3.2.1
changes:
- desc: clipboard copy the serialized data

View File

@ -10,7 +10,7 @@
src="https://umami.babyl.ca/umami.js"
></script>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>

View File

@ -27,6 +27,14 @@
<a href={import.meta.env.HOMEPAGE}>my Gitea instance</a>.
</p>
<p>
<a
href="https://www.flaticon.com/free-icons/space-station"
title="space
station icons">Space station faveicon created by IYIKON - Flaticon</a
>
</p>
<p>Found a bug? You can report it <a href={import.meta.env.BUGS}>here</a>.</p>
<style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB