Skip to content

Commit

Permalink
Update exploreModelCategories.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis91 authored Oct 22, 2024
1 parent 395ff59 commit eec50e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/dashboard/explore/exploreModelCategories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const EXPLORE_PAGE_CATEGORIES: ExplorePageCategory = {
description:
'CHIASMA is an EU project that aims at devising and demonstrating New Approach Methodologies (NAMs) for supporting human and environmental safety evaluation in a regulatory context. For more information vistit https://chiasma-project.eu/',
imageUrl:
'https://raw.githubusercontent.com/periklis91/images/master/CHIASMA.jpg',
'https://raw.githubusercontent.com/periklis91/images/master/CHIASMA.png',
},
],
categories: [],
Expand Down Expand Up @@ -292,15 +292,15 @@ export const EXPLORE_PAGE_CATEGORIES: ExplorePageCategory = {
description:
'CHIASMA is an EU project that aims at devising and demonstrating New Approach Methodologies (NAMs) for supporting human and environmental safety evaluation in a regulatory context. For more information vistit https://chiasma-project.eu/',
imageUrl:
'https://raw.githubusercontent.com/periklis91/images/master/CHIASMA.jpg',
'https://raw.githubusercontent.com/periklis91/images/master/CHIASMA.png',
},

{
name: 'INSIGHT',
description:
'INSIGHT is an EU project that aims at model integration for the development and assessment of high impact chemicals and materials. For more information vistit https://insight-project.org/',
imageUrl:
'https://raw.githubusercontent.com/periklis91/images/master/INSIGHT.jpg',
'https://raw.githubusercontent.com/periklis91/images/master/INSIGHT.png',
},
],
};

0 comments on commit eec50e6

Please sign in to comment.