Skip to content

Commit 14cc454

Browse files
authored
feat: change mastodon to twitter (#101)
Issue #98 <img width="985" height="302" alt="Captura de pantalla 2026-02-17 a las 12 55 21" src="https://github.com/user-attachments/assets/f74c1ba5-bd37-431c-9fc5-553e831e0fea" />
1 parent f192f95 commit 14cc454

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žsrc/i18n/sponsors/ca.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export const ca = {
414414
items: [
415415
{ icon: 'πŸ¦‹', label: 'Bluesky', url: 'https://bsky.app/profile/es.pycon.org' },
416416
{ icon: 'πŸ™', label: 'GitHub', url: 'https://github.com/python-spain' },
417-
{ icon: '🐘', label: 'Mastodon', url: 'https://fosstodon.org/@pycones' },
417+
{ icon: '𝕏', label: '', url: 'https://x.com/PyConES' },
418418
{ icon: 'πŸ’Ό', label: 'LinkedIn', url: 'https://www.linkedin.com/company/pycones' },
419419
{ icon: 'πŸ“Έ', label: 'Instagram', url: 'https://www.instagram.com/pycon_es' },
420420
],

β€Žsrc/i18n/sponsors/en.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export const en = {
414414
items: [
415415
{ icon: 'πŸ¦‹', label: 'Bluesky', url: 'https://bsky.app/profile/es.pycon.org' },
416416
{ icon: 'πŸ™', label: 'GitHub', url: 'https://github.com/python-spain' },
417-
{ icon: '🐘', label: 'Mastodon', url: 'https://fosstodon.org/@pycones' },
417+
{ icon: '𝕏', label: '', url: 'https://x.com/PyConES' },
418418
{ icon: 'πŸ’Ό', label: 'LinkedIn', url: 'https://www.linkedin.com/company/pycones' },
419419
{ icon: 'πŸ“Έ', label: 'Instagram', url: 'https://www.instagram.com/pycon_es' },
420420
],

β€Žsrc/i18n/sponsors/es.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export const es = {
414414
items: [
415415
{ icon: 'πŸ¦‹', label: 'Bluesky', url: 'https://bsky.app/profile/es.pycon.org' },
416416
{ icon: 'πŸ™', label: 'GitHub', url: 'https://github.com/python-spain' },
417-
{ icon: '🐘', label: 'Mastodon', url: 'https://fosstodon.org/@pycones' },
417+
{ icon: '𝕏', label: '', url: 'https://x.com/PyConES' },
418418
{ icon: 'πŸ’Ό', label: 'LinkedIn', url: 'https://www.linkedin.com/company/pycones' },
419419
{ icon: 'πŸ“Έ', label: 'Instagram', url: 'https://www.instagram.com/pycon_es' },
420420
],

0 commit comments

Comments
Β (0)