change banner link

This commit is contained in:
Lucy Cifferello
2022-11-10 10:40:52 -07:00
parent d97e7124be
commit aa02a4d92c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
{% if site.banner %}
<section id="banner" style="display: none">
<div class="link-container">
<a class="overlay" target="_blank" rel="noopener noreferrer" href="{{ site.products.pro }}">
<a class="overlay" href="/embassy-pro">
<div class="banner__content">
<p class="inner">
<a href="/embassy-pro">Embassy Pro</a> presale ends Nov 20, 11:00pm ET. Price will rise from $1,499 to $1,899.
<span>Embassy Pro</span> presale ends Nov 20, 11:00pm ET. Price will rise from $1,499 to $1,899.
</p>
</div>
<span class="link-spanner"></span>

View File

@@ -325,7 +325,7 @@ section#banner {
font-size: 1rem;
}
a {
span {
color: var(--c-1);
font-weight: 700;
}