Skip to content

Commit

Permalink
Merge pull request #6 from assemblee-virtuelle/alice
Browse files Browse the repository at this point in the history
update footer links
  • Loading branch information
Alice-Po authored Oct 15, 2024
2 parents 82da874 + 9b8eca6 commit a81f641
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ export const footerData = {
links: [
{ text: "Raison d'être et code social", href: '#' },
{ text: 'Organisations membres', href: '#' },
{ text: "L'équipe", href: '#' },
{ text: 'Histoire', href: '#' },
{ text: "L'équipe", href: '/organisations' },
{ text: 'Histoire', href: 'https://virtual-assembly.org/documents/https%3A%2F%2Fdata.virtual-assembly.org%2Fdocuments%2F6d255935-1515-495a-95c1-d458d6aaee22' },
],
},
{
title: 'Projets',
links: [
{ text: 'Applications', href: '#' },
{ text: 'Ontologies', href: '#' },
{ text: 'Méthodologies', href: '#' },
{ text: 'Innovations sociales', href: '#' },
{ text: 'Applications', href: '/projets/applications' },
{ text: 'Ontologies', href: '/projets/ontologies' },
{ text: 'Méthodologies', href: '/projets/methodologies' },
{ text: 'Innovations sociales', href: '/projets/innovations-sociales' },
],
},
{
Expand All @@ -100,10 +100,10 @@ export const footerData = {
{
title: 'Communauté',
links: [
{ text: 'Forum', href: '#' },
{ text: 'Chat', href: '#' },
{ text: 'PeerTube', href: '#' },
{ text: 'GitHub', href: '#' },
{ text: 'Forum', href: 'https://forums.assemblee-virtuelle.org/' },
{ text: 'Chat', href: 'https://forums.assemblee-virtuelle.org/chat/c/general/6' },
{ text: 'PeerTube', href: 'https://peertube.virtual-assembly.org/' },
{ text: 'GitHub', href: 'https://github.com/assemblee-virtuelle/' },
],
},
],
Expand Down

0 comments on commit a81f641

Please sign in to comment.