Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
use jetbrains
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoconnell committed Aug 28, 2024
1 parent d7a19c0 commit 856272a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CastSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ const CastSearch = ({ query }: { query: string }) => {
fid={user.fid}
/>
<button
className="mt-1 flex px-2 py-1 bg-[#4C376C] text-white items-center rounded hover:bg-purple-800"
className="mt-1 flex px-2 py-1 bg-[#4C376C] text-white items-center rounded hover:bg-purple-800 font-jetbrains"
onClick={() => handleShowMore(user.fid.toString())}
>
Show Network Response
Expand Down Expand Up @@ -434,7 +434,7 @@ const CastSearch = ({ query }: { query: string }) => {
identifier={cast.hash}
/>
<button
className="mt-1 px-2 py-1 bg-[#4C376C] text-white rounded hover:bg-purple-800"
className="mt-1 px-2 py-1 bg-[#4C376C] text-white rounded hover:bg-purple-800 font-jetbrains"
onClick={() => handleShowMore(cast?.hash)}
>
Show Network Response
Expand Down

0 comments on commit 856272a

Please sign in to comment.