Skip to content

Commit

Permalink
fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed Nov 5, 2023
1 parent 40ad0b0 commit 7472c7d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions dev/react-project/data/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ <h1 class="text-3xl font-extrabold sm:text-5xl">
</p>

<div class="mt-8 flex flex-wrap justify-center gap-4">
<a
class="block w-full rounded bg-red-600 px-12 py-3 text-sm font-medium text-white shadow hover:bg-red-700 focus:outline-none focus:ring active:bg-red-500 sm:w-auto cursor-pointer"
href="/get-started"
>
<a class="block w-full rounded bg-red-600 px-12 py-3 text-sm font-medium text-white shadow hover:bg-red-700 focus:outline-none focus:ring active:bg-red-500 sm:w-auto cursor-pointer" href="/get-started">
Get Started
</a>

<a
class="block w-full rounded px-12 py-3 text-sm font-medium text-red-600 shadow hover:text-red-700 focus:outline-none focus:ring active:text-red-500 sm:w-auto cursor-pointer"
href="/about"
>
<a class="block w-full rounded px-12 py-3 text-sm font-medium text-red-600 shadow hover:text-red-700 focus:outline-none focus:ring active:text-red-500 sm:w-auto cursor-pointer" href="/about">
Learn More
</a>
</div>
Expand Down

0 comments on commit 7472c7d

Please sign in to comment.