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

Commit

Permalink
Merge pull request #29 from neynarxyz/kevin/neyn-2717-search-for-a-us…
Browse files Browse the repository at this point in the history
…er-and-get-the-api-request-to-get-different

add username
  • Loading branch information
kevoconnell authored Aug 28, 2024
2 parents 8a28e9d + e07e064 commit ec61c25
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 126 deletions.
8 changes: 4 additions & 4 deletions src/app/[identifier]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ export default function Page({ params }: ResponseProps) {
return (
<div className="w-full flex-1 items-center flex flex-row justify-center">
<div className="flex flex-col max-w-3xl space-y-0">
<div className="bg-black">
<div className="p-1 text-center border border-white w-[40%]">
<p className="text-white text-[15px] font-jetbrains">
<div className="">
<div className="p-1 text-center bg-black border border-white w-[40%]">
<p className="text-white text-[15px] font-jetbrains">
showing results for:
</p>
</div>
</div>

<div className="flex bg-black pb-4">
<div className="flex pb-4">
<Search />
</div>
{isSearch ? (
Expand Down
Loading

0 comments on commit ec61c25

Please sign in to comment.