Skip to content

Commit 4ac387d

Browse files
Merge pull request #804 from domitriusclark/updates/update-survey-eyebrow-to-conf-callout
Added underline to eyebrow text and swapped styles with CTA.
2 parents 98e02e1 + e0985c8 commit 4ac387d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"text": "Register for Jamstack Conf! Join us in San Francisco or online, November 7-8.",
3-
"cta": "",
2+
"text": "Register for Jamstack Conf!",
3+
"cta": "Join us in San Francisco or online, November 7-8.",
44
"url": "https://ntl.fyi/3K1iprI"
55
}

src/site/_includes/banner.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<a href="{{ announcementbar.url }}" class="block p-2 md:py-2 text-center text-white font-bold text-xs md:text-sm bg-gradient-jams bg-gradient-pink-orange group">
2-
{{ announcementbar.text }} {% if announcementbar.cta %}<span class="underline group-hover:no-underline">{{ announcementbar.cta }}</span>{% endif %}
2+
<span class="underline group-hover:no-underline">{{ announcementbar.text }}</span> {% if announcementbar.cta %}{{ announcementbar.cta }}{% endif %}
33
</a>

0 commit comments

Comments
 (0)