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
2 changes: 1 addition & 1 deletion frontend/src/consts/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const OSMOSE_URL = 'https://osmose.ifremer.fr/';

export const GITHUB_URL = 'https://github.com/Project-OSmOSE/osmose-app';

export const CONTACT_MAIL = 'osmose@ensta-bretagne.fr';
export const CONTACT_MAIL = 'osmose@ensta.fr';
export const CONTACT_URI = `mailto:${ CONTACT_MAIL }`;

export const DOWNLOAD_ANNOTATIONS_URL = (phaseID: string) => `/api/download/phase-annotations/${ phaseID }/`
Expand Down
4 changes: 2 additions & 2 deletions website/src/components/Layout/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export const Footer: React.FC = () => (
<SiGithub className={styles.icon}/>
Github
</a>
<a className={styles.link} href="mailto:osmose@ensta-bretagne.fr" title="Contact OSmOSE">
<a className={styles.link} href="mailto:osmose@ensta.fr" title="Contact OSmOSE">
<IoMailOutline className={styles.icon}/>
osmose@ensta-bretagne.fr
osmose@ensta.fr
</a>
</div>

Expand Down