Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntheticBird45 authored Feb 6, 2024
1 parent 79ec15d commit c632555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<div class="mt-8 flex flex-wrap justify-center gap-4">
<a class="flex flex-row flex-nowrap justify-center items-center w-full rounded border bg-blue-600 border-blue-600 px-12 py-3 text-sm font-medium text-white hover:bg-blue-600 focus:outline-none focus:ring active:bg-blue-500 sm:w-auto"
href="/about">
href="/">
<div class="relative block mr-2">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" fill="white" viewBox="0 0 448 512">
<path
Expand All @@ -94,7 +94,7 @@
<p>Cuprate's book</p>
</a>
<a class="flex flex-row flex-nowrap justify-center items-center w-full rounded border border-blue-600 px-12 py-3 text-sm font-medium text-white hover:bg-blue-600 focus:outline-none focus:ring active:bg-blue-500 sm:w-auto"
href="/about">
href="/">
<div class="relative block mr-2">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" fill="white" viewBox="0 0 448 512">
<path
Expand All @@ -104,7 +104,7 @@
<p>Monerod's book</p>
</a>
<a class="flex flex-row flex-nowrap justify-center items-center w-full rounded border border-blue-600 px-12 py-3 text-sm font-medium text-white hover:bg-blue-600 focus:outline-none focus:ring active:bg-blue-500 sm:w-auto"
href="/about">
href="https://monero-book.cuprate.org/">
<div class="relative block mr-2">
<svg xmlns="http://www.w3.org/2000/svg" height="1em" fill="white" viewBox="0 0 448 512">
<path
Expand All @@ -117,4 +117,4 @@
</div>
</div>
</section>
</body>
</body>

0 comments on commit c632555

Please sign in to comment.