feat: add RocketIcon to Header component and update metadata with application icon

This commit is contained in:
Julien Froidefond
2026-02-16 11:44:41 +01:00
parent 390c4c653e
commit 7805e8dcd0
5 changed files with 35 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ export { EditableWeeklyCheckInTitle } from './EditableWeeklyCheckInTitle';
export { EditableWeatherTitle } from './EditableWeatherTitle';
export { Input } from './Input';
export { Modal, ModalFooter } from './Modal';
export { RocketIcon } from './RocketIcon';
export { Select } from './Select';
export { Textarea } from './Textarea';
export { ToggleGroup } from './ToggleGroup';