Skip to content

Commit

Permalink
feat: add link in nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Mar 22, 2024
1 parent f42e3bc commit 2fc7aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tdm-fe/src/app/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import Link from '@mui/material/Link';
import istexLogo from '/istex.png';

const navigations = [
{ name: 'Objectif TDM', url: '#' },
{ name: 'TDM Tools', url: '#' },
{ name: 'Hébergement corpus', url: '#' },
{ name: 'Objectif TDM', url: 'https://services.istex.fr/' },
{ name: 'TDM Tools', url: 'https://tmtoolsfr-explorerfr.tdm.inist.fr/' },
{ name: 'Hébergement corpus', url: 'https://www.lodex.fr/' },
];

const Header = () => {
Expand Down

0 comments on commit 2fc7aa5

Please sign in to comment.