Skip to content

Commit

Permalink
Remove arrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBocock committed Jan 21, 2023
1 parent 63eba3c commit d838ad0
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,6 @@ import Layout from '../layouts/Layout.astro'
>
</div>

<div
class="absolute bottom-0 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-xl text-black opacity-50"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
><path
d="M9.17154 16.8182L7.75732 18.2324L12 22.475L16.2426 18.2324L14.8284 16.8182L12 19.6466L9.17154 16.8182Z"
fill="currentColor"></path><path
d="M14.8284 7.182L16.2426 5.76779L12 1.52515L7.75733 5.76779L9.17155 7.182L12 4.35357L14.8284 7.182Z"
fill="currentColor"></path><path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12 9.00018C13.6569 9.00018 15 10.3433 15 12.0002C15 13.657 13.6569 15.0002 12 15.0002C10.3431 15.0002 9 13.657 9 12.0002C9 10.3433 10.3431 9.00018 12 9.00018ZM12 11.0002C12.5523 11.0002 13 11.4479 13 12.0002C13 12.5525 12.5523 13.0002 12 13.0002C11.4477 13.0002 11 12.5525 11 12.0002C11 11.4479 11.4477 11.0002 12 11.0002Z"
fill="currentColor"></path></svg
>
</div>

<Container>
<div class="flex flex-col justify-center min-h-screen">
<div class="m-4">
Expand Down

0 comments on commit d838ad0

Please sign in to comment.