diff --git a/src/components/Shared.tsx b/src/components/Shared.tsx index f0bd648..74195cc 100644 --- a/src/components/Shared.tsx +++ b/src/components/Shared.tsx @@ -13,7 +13,7 @@ const Shared: React.FC = ({link, speakerName}) => { if (navigator.share) { await navigator.share({ title: `Speaker: ${speakerName}`, - text: "¡Mira este speaker!", + text: "¡Mira este speaker de Posadev 2025!", url: link, }); } else { diff --git a/src/components/SpeakerInfo.tsx b/src/components/SpeakerInfo.tsx index 32d7663..6460d8f 100644 --- a/src/components/SpeakerInfo.tsx +++ b/src/components/SpeakerInfo.tsx @@ -41,8 +41,8 @@ const SpeakerInfo = () => { return ( -
- +
+ {currentSpeaker.fullName}

{currentSpeaker.fullName}