Skip to content

Commit

Permalink
mise à jour des handles bluesky suite à leur changement
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Dec 21, 2024
1 parent daf6e28 commit 4d948bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sources/AppBundle/Offices/OfficesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getAll()
'twitter' => 'AFUP_Bordeaux',
'blog_url' => 'http://bordeaux.afup.org/',
'linkedin' => 'afup-bordeaux',
'bluesky' => 'afup-bordeaux.bsky.social',
'bluesky' => 'bordeaux.afup.org',
'map' => [
"legend-first-point-x" => "330",
"legend-first-point-y" => "440",
Expand Down Expand Up @@ -66,7 +66,7 @@ public function getAll()
'twitter' => 'afup_hdf',
'youtube' => 'https://www.youtube.com/channel/UCkMGtNcB-VeqMlQ9p2JMIKg',
'linkedin' => 'afup-hdf',
'bluesky' => 'afup-hdf.bsky.social',
'bluesky' => 'hdf.afup.org',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/hautsdefrance/workadventure',
'map' => [
"legend-first-point-x" => "490",
Expand Down Expand Up @@ -170,7 +170,7 @@ public function getAll()
'logo_url' => '/images/offices/montpellier.svg',
'twitter' => 'afup_mtp',
'youtube' => 'https://www.youtube.com/channel/UCr9f4-DksVhdv45q2245HeQ',
'bluesky' => 'afup-montpellier.bsky.social',
'bluesky' => 'montpellier.afup.org',
'linkedin' => 'montpellier-afup',
'map' => [
"legend-first-point-x" => "530",
Expand Down Expand Up @@ -217,7 +217,7 @@ public function getAll()
'meetup_id' => '19629965',
'logo_url' => '/images/offices/paris.svg',
'twitter' => 'afup_paris',
'bluesky' => 'afup-paris.bsky.social',
'bluesky' => 'paris.afup.org',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/paris/workadventure',
'map' => [
"legend-first-point-x" => "460",
Expand All @@ -241,7 +241,7 @@ public function getAll()
'logo_url' => '/images/offices/poitiers.svg',
'twitter' => 'afup_poitiers',
'linkedin' => 'afup-poitiers',
'bluesky' => 'afup-poitiers.bsky.social',
'bluesky' => 'poitiers.afup.org',
'map' => [
"legend-first-point-x" => "365",
"legend-first-point-y" => "330",
Expand Down Expand Up @@ -334,7 +334,7 @@ public function getAll()
'departements' => ['54', '55', '57', '88'],
'meetup_urlname' => 'afup-lorraine-php',
'meetup_id' => '26854931',
'bluesky' => 'afup-lorraine.bsky.social',
'bluesky' => 'lorraine.afup.org',
'linkedin' => 'afup-lorraine',
'map' => [
"legend-first-point-x" => "650",
Expand Down

0 comments on commit 4d948bd

Please sign in to comment.