Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Dec 22, 2024
1 parent c7ed49c commit 83cfbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/pizza-pets.blade.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<section class="w-full mt-64 mb-72 flex flex-col items-center" aria-labelledby="pizza-pets-heading">
<h2 id="pizza-pets-heading" class="sr-only">Pizza Pets</h2>
<div class="relative w-full">
<a href="https://pizzapets.fun" target="blank" rel="noopener">
<a href="https://pizzapets.fun" target="_blank" rel="noopener">
<img
src="{{ cdn_asset('images/pizza_pets/logo.png') }}"
alt="Pizza Pets" width="377" height="318"
class="absolute -top-12 left-1/2 transform -translate-x-1/2"
>
</>
</a>
<div id="bg-pets-striped" class="w-full">
<div class="h-10 bg-pets-orange-100"></div>
<div class="h-10 bg-pets-orange-200"></div>
Expand Down
1 change: 0 additions & 1 deletion resources/views/components/random-ninjas.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<section class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="mx-auto max-w-2xl">
<h2 class="flex justify-center md:justify-normal mt-24 text-3xl text-center text-white font-bold">
Expand Down

0 comments on commit 83cfbd3

Please sign in to comment.