-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated social media meta tags #169
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left two comments there
src/pages/media.astro
Outdated
@@ -42,11 +42,12 @@ import Section from "../components/Section.astro"; | |||
<strong>JSHeroes</strong> is a yearly event organised by the local JavaScript | |||
community in Cluj, Romania. Our journey started in 2017 with a plan: for | |||
JSHeroes to be the biggest tech conference in Romania, dedicated solely | |||
to <strong>JavaScript</strong>. This year, 2024 (our 6th edition) we | |||
to <strong>JavaScript</strong>. This year, 2025 (our 7th edition) we | |||
will get our engine going with <strong>19</strong> international JS experts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will get our engine going with <strong>19</strong> international JS experts | |
will get our engine going with <strong>18</strong> international JS experts |
@@ -333,7 +334,7 @@ import Section from "../components/Section.astro"; | |||
<img | |||
src="img/gallery/jsh-2023.jpg" | |||
alt="JSHeroes 2023" | |||
class="w-[384px] h-[246px]" | |||
class="h-[246px] w-[384px]" | |||
/> | |||
</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add here pls a link to the 2024 gallery?
No description provided.