Update banner text to team coaching
This commit is contained in:
parent
365c85a72e
commit
af7c6541f1
|
@ -89,10 +89,14 @@ const showDrupalAssociationMessage = [
|
||||||
<Banner text={"<a href='/dto'>Register now for my Drupal automated testing workshop →</a>"} />
|
<Banner text={"<a href='/dto'>Register now for my Drupal automated testing workshop →</a>"} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{true && (
|
{false && (
|
||||||
<Banner text={"Drupal 9 is now end of life and unsupported. If you're stuck on Drupal 7, 8 or 9, get unstuck with a <a href='/drupal-upgrade'>Drupal upgrade roadmap and upgrade to Drupal 10</a>."} />
|
<Banner text={"Drupal 9 is now end of life and unsupported. If you're stuck on Drupal 7, 8 or 9, get unstuck with a <a href='/drupal-upgrade'>Drupal upgrade roadmap and upgrade to Drupal 10</a>."} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{true && (
|
||||||
|
<Banner text={"Is your New Year's resolution to deliver better software, faster? I have availability for <a href='/team-coaching'>team coaching starting in January 2024</a>."} />
|
||||||
|
)}
|
||||||
|
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<div class="py-10 px-6 mx-auto max-w-xl md:py-10">
|
<div class="py-10 px-6 mx-auto max-w-xl md:py-10">
|
||||||
|
|
Loading…
Reference in a new issue