Skip to content

Commit

Permalink
Fix 2023 (#44)
Browse files Browse the repository at this point in the history
* Create 2022

* Migrate to nextjs

* Add 2022

* Update website
  • Loading branch information
kidchenko committed Oct 19, 2023
1 parent 11d72b4 commit 8557aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function Hero() {
{[
['Speakers', '8-10'],
['People Attending', '175-200'],
['Date', '25/11/2023 9:00 AM'],
['Date', '25/11/2023 10:30 AM'],
['Venue', 'SCBX NEXT TECH'],
['Location', 'Siam Paragon - Bangkok'],
].map(([name, value]) => (
Expand Down
4 changes: 2 additions & 2 deletions src/components/Speakers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ export function Speakers() {
Want to be a speaker?
</h4>
<p className="mt-4 font-display text-lg tracking-tight text-blue-900">
Are you interested to join .NET Conf Thailand 2022 as speaker?
<a className='text-blue-600' href='https://forms.gle/yWBn8j7ZGA2a6WpT8' target="_blank" rel="noreferrer"> Please submit our speakers form.</a>
Are you interested to join .NET Conf Thailand 2023 as speaker?
<a className='text-blue-600' href='https://forms.office.com/r/KjbtzwVB94' target="_blank" rel="noreferrer"> Please submit our speakers form.</a>
</p>
</div>
</Container>
Expand Down

0 comments on commit 8557aaa

Please sign in to comment.