Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Dec 5, 2023
1 parent 022fafb commit 0d12a17
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions devconnect/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1338,9 +1338,9 @@ const Home: NextPage = (props: any) => {
</h1>

<p className="large-text xl:pb-12">
Don't miss out on the valuable insights from Devconnect - <b>check out the recorded sessions</b> on
Streameth, perfect if you want to re-experience the talks or if you couldn't make it to Istanbul
this year.
Don't miss out on the valuable insights from Devconnect -{' '}
<b>check out some of the recorded sessions</b> on Streameth, perfect if you want to re-experience
the talks or if you couldn't make it to Istanbul this year.
</p>
</div>

Expand Down Expand Up @@ -1546,6 +1546,16 @@ const Home: NextPage = (props: any) => {
</SwipeToScroll>
<p className="text-slate-300 text-xs font-bold mt-2">DRAG FOR MORE</p>
</div>

<div className="section">
<p className="lg-text text-[black] mt-2">
You can also check the{' '}
<Link href="/istanbul">
<b>schedule</b>
</Link>{' '}
to find other event's websites and recordings.
</p>
</div>
</Scene>

<Scene growVertically growNaturally className={`${css['scene-content']} my-8 mt-3`}>
Expand Down

0 comments on commit 0d12a17

Please sign in to comment.