-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from JSConfCL/lego/tally-sponsor-form
feat: use tally form for sponsors
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,11 @@ export default function Home() { | |
lanzamientos innovadores. ¿Listo para destacar? ¡Háznoslo saber! | ||
</div> | ||
<div className="mx-auto inline-block"> | ||
<Link href="mailto:[email protected]"> | ||
<Link | ||
href="https://tally.so/r/mO5j9A" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
Ser Sponsor <Star size={16} /> | ||
</Link> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ export const data = [ | |
text: [ | ||
"Asóciate con JSConf Chile como patrocinador y posiciona tu marca en la vanguardia de la industria tecnológica. Esta oportunidad única te permite conectar con líderes de pensamiento, ganar una exposición significativa y contribuir al crecimiento de la comunidad tecnológica. Tu apoyo ayuda a fomentar la innovación y conectar con una audiencia diversa.", | ||
], | ||
url: "mailto:[email protected]", | ||
url: "https://tally.so/r/mO5j9A", | ||
actionTitle: "Ser Sponsor", | ||
}, | ||
{ | ||
|