Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
idoubi committed Dec 21, 2023
1 parent 1593767 commit 00c2910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/app/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export default () => {
<div className="max-[991px]: text-center font-semibold max-[991px]:py-1 max-[479px]:mb-4 sm:text-center">
Credit to
<a
href="https://www.gptshunter.com/"
href="https://gpts.works/"
className="inline-block mx-2 py-1.5 pr-6 font-normal text-[#276EF1] transition hover:text-[#276EF1] sm:py-2 sm:pr-6 lg:pr-12"
target="_blank"
>
GPTsHunter
GPTs Works
</a>
</div>
<div className="max-[991px]:flex-none">
Expand Down
2 changes: 1 addition & 1 deletion web/app/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default ({ setGpts, setLoading }: Props) => {
<div className="flex items-center relative">
<input
type="text"
className="flex-1 px-4 py-3 border-2 border-primary bg-white rounded-lg"
className="flex-1 px-4 py-3 border-2 border-primary bg-white rounded-lg text-sm"
placeholder="keyword or prompt for searching GPTs"
ref={inputRef}
value={content}
Expand Down

0 comments on commit 00c2910

Please sign in to comment.