Skip to content

Commit

Permalink
iva-app: Initialize color of other apps #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Dec 18, 2024
1 parent 50a8b45 commit 19df20f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sites/iva/conf/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ const SUITE = {
title: "Clinical Analysis",
description: "Create cases, execute clinical interpretations, and create clinical reports.",
icon: "fa-stethoscope",
color: "#FA8938",
logo: "img/tools/icons/interpretation_portal_white.svg",
logoAlt: "img/tools/icons/interpretation_portal.svg",
visibility: "public",
Expand Down Expand Up @@ -507,6 +508,7 @@ const SUITE = {
title: "Data Catalog",
description: "Manage and explore your data, files, samples, individuals, and families.",
icon: "fa-archive",
color: "#15D0C1",
logo: "img/tools/icons/interpretation_portal_white.svg",
logoAlt: "img/tools/icons/interpretation_portal.svg",
visibility: "public",
Expand Down Expand Up @@ -615,6 +617,7 @@ const SUITE = {
id: "admin",
name: "Admin",
icon: "fa-user-cog",
color: "#9C64F7",
description: "Administration tools for managing users, projects, and studies.",
logo: "img/tools/icons/file_explorer_white.svg",
logoAlt: "img/tools/icons/file_explorer.svg",
Expand Down

0 comments on commit 19df20f

Please sign in to comment.