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
6 changes: 6 additions & 0 deletions frontend/omni/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Added missing favicon `<link>` tags to `index.html`; browsers now display the modAI icon. Added `favicon.png` (32×32) as a PNG fallback alongside the existing `modai.svg`.

## [0.0.3] - 2026-04-28

### Added
Expand Down
2 changes: 2 additions & 0 deletions frontend/omni/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>modAI</title>
<link rel="icon" type="image/svg+xml" href="/modai.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<div id="app"></div>
Expand Down
Binary file added frontend/omni/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.