Skip to content

Commit

Permalink
remove access points
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sarmiento committed Oct 30, 2023
1 parent 22b5588 commit 7d0b7f1
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ function IndexPage() {
</Link>
)}
</p>
<p className="text-sm mb-4">
8.5+ million torrents collected from all corners of the web
</p>
<hr className="w-full" />

<div className="flex mt-4">
Expand All @@ -98,27 +95,6 @@ function IndexPage() {
>
Hash list browser
</button>

<Link
href="/search"
className="mr-2 bg-blue-800 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
>
Search
</Link>

<Link
href="/recentlyupdated"
className="mr-2 bg-blue-800 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
>
Recently Updated
</Link>

<Link
href="/browse"
className="mr-2 bg-blue-800 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
>
Browse
</Link>
</div>

<div className="flex mt-4">
Expand Down

0 comments on commit 7d0b7f1

Please sign in to comment.