Skip to content

Commit 061d290

Browse files
Merge pull request #835 from jamstack/rm/jamstack-conf-live
Add watch live buttons for Jamstack Conf 2022
2 parents 929e448 + 83bde4d commit 061d290

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/site/_includes/components/color-theme-selector.njk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<div class="flex justify-end p-4">
1+
<div class="flex flex-wrap justify-between items-center p-4">
2+
<a class="cta mr-auto" href="https://hopin.com/events/jamstack-2022">Watch Jamstack Conf <span>live</span></a>
23
<label class="color-theme-selector-wrapper" data-color-theme-selector>
34
<svg class="color-theme-selector-wrapper-icon fill-current" role="img" focusable="false">
45
<use xlink:href="#icon-color-theme-system"></use>
@@ -10,4 +11,4 @@
1011
<option value="light">Light</option>
1112
</select>
1213
</label>
13-
</div>
14+
</div>

src/site/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ layout: layouts/base.njk
1818
Join thousands of web developers for two days dedicated to building the modern web.
1919
</p>
2020
<p class="mb-5">
21-
<a href="/conf/" class="cta">Attend Jamstack Conf</a>
21+
<a href="https://hopin.com/events/jamstack-2022" class="cta">Watch now for free</a>
2222
</p>
2323
</div>
2424
</section>

0 commit comments

Comments
 (0)