You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1 id="wb-cont" tabindex="-1" class="font-lato text-3xl font-bold focus-visible:ring-3 my-8"><span>We couldn't find that web page</span><small class="block text-2xl font-normal text-neutral-500">(Error 404)</small></h1><p class="mb-8 text-lg text-gray-500">We're sorry you ended up here. Sometimes a page gets moved or deleted, but hopefully we can help you find what you're looking for.</p>
1
+
<div class="mt-10 mb-8"><h1 id="wb-cont" tabindex="-1" class="font-lato text-3xl font-bold focus-visible:ring-3 after:mt-2 after:block after:h-1.5 after:w-18 after:bg-red-700 my-8"><span>We couldn't find that web page</span><small class="block text-2xl font-normal text-neutral-500">(Error 404)</small></h1></div><p class="mb-8 text-lg text-gray-500">We're sorry you ended up here. Sometimes a page gets moved or deleted, but hopefully we can help you find what you're looking for.</p>
<div class="grid grid-cols-1 gap-6 py-2.5 sm:grid-cols-2 sm:py-3.5"><div id="english" lang="en"><h1 id="wb-cont" tabindex="-1" class="font-lato text-3xl font-bold focus-visible:ring-3 my-8"><span>We couldn't find that web page</span><small class="block text-2xl font-normal text-neutral-500">(Error 404)</small></h1><p class="mb-8 text-lg text-gray-500">We're sorry you ended up here. Sometimes a page gets moved or deleted, but hopefully we can help you find what you're looking for.</p></div><div id="french" lang="fr"><h1 id="wb-cont" tabindex="-1" class="font-lato text-3xl font-bold focus-visible:ring-3 my-8"><span>Nous ne pouvons trouver cette page</span><small class="block text-2xl font-normal text-neutral-500">(Erreur 404)</small></h1><p class="mb-8 text-lg text-gray-500">Nous sommes désolés que vous ayez abouti ici. Il arrive parfois qu'une page ait été déplacée ou supprimée. Heureusement, nous pouvons vous aider à trouver ce que vous cherchez.</p></div></div>
1
+
<div class="grid grid-cols-1 gap-6 py-2.5 sm:grid-cols-2 sm:py-3.5"><div id="english" lang="en"><div class="mt-10 mb-8"><h1 id="wb-cont" tabindex="-1" class="font-lato text-3xl font-bold focus-visible:ring-3 after:mt-2 after:block after:h-1.5 after:w-18 after:bg-red-700 my-8"><span>We couldn't find that web page</span><small class="block text-2xl font-normal text-neutral-500">(Error 404)</small></h1></div><p class="mb-8 text-lg text-gray-500">We're sorry you ended up here. Sometimes a page gets moved or deleted, but hopefully we can help you find what you're looking for.</p></div><div id="french" lang="fr"><div class="mt-10 mb-8"><h1 id="wb-cont" tabindex="-1" class="font-lato text-3xl font-bold focus-visible:ring-3 after:mt-2 after:block after:h-1.5 after:w-18 after:bg-red-700 my-8"><span>Nous ne pouvons trouver cette page</span><small class="block text-2xl font-normal text-neutral-500">(Erreur 404)</small></h1></div><p class="mb-8 text-lg text-gray-500">Nous sommes désolés que vous ayez abouti ici. Il arrive parfois qu'une page ait été déplacée ou supprimée. Heureusement, nous pouvons vous aider à trouver ce que vous cherchez.</p></div></div>
exports[`PageTitle > should render a h1 tag with default styles > expected html 1`] =`"<h1id="wb-cont"tabindex="-1"class="font-lato mt-10 text-3xl font-bold focus-visible:ring-3">Test Title</h1>"`;
3
+
exports[`PageTitle > should render a h1 tag with default styles > expected html 1`] =`"<divclass="mt-10 mb-8"><h1id="wb-cont"tabindex="-1"class="font-lato text-3xl font-bold focus-visible:ring-3 after:mt-2 after:block after:h-1.5 after:w-18 after:bg-red-700">Test Title</h1></div>"`;
0 commit comments