Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added static/images/favicon-codam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions templates/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</script>
<link rel="stylesheet" href="/css/base.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined" rel="stylesheet">
<link rel="icon" type="image/png" href="/images/favicon-codam.png" />

<!-- theme color -->
<meta name="theme-color" content="#3AA2DB" />
Expand Down
1 change: 1 addition & 0 deletions templates/syncing.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Codamhero v2 is starting...</title>
<meta name="theme-color" content="#3AA2DB" />
<link rel="stylesheet" href="/css/base.css" />
<link rel="icon" type="image/png" href="/images/favicon-codam.png" />
</head>
<body>
<div class="startup-screen">
Expand Down
Loading