Skip to content

Commit

Permalink
testing website build test
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinPython committed Jul 22, 2024
1 parent c20c0f0 commit ca0c1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export const Search = () => {
value={searchQuery}
onChange={handleInputChange}
placeholder="Enter guild ID"
className="border border-gray-300 rounded-md px-4 py-3 focus:outline-none focus:ring focus:ring-blue-200 w-full text-lg"
className="border border-gray-300 rounded-md px-4 py-3 focus:outline-none focus:ring focus:ring-violet-200 w-full text-lg"
/>

<button
onClick={handleSearch}
className="bg-[#111] hover:bg-blue-500 text-white font-semibold py-2 px-4 rounded-lg transform hover:scale-105 transition-transform border border-blue-500 w-full mt-2"
className="bg-[#111] hover:bg-violet-500 text-white font-semibold py-2 px-4 rounded-lg transform hover:scale-105 transition-transform border border-violet-500 w-full mt-2"
>
<h3 className={subtitle()}>Go</h3>
</button>
Expand Down
2 changes: 1 addition & 1 deletion web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function IndexPage() {
isExternal
href={siteConfig.links.github}
className={buttonStyles({
color: "default",
color: "secondary",
radius: "full",
variant: "shadow",
})}
Expand Down

0 comments on commit ca0c1da

Please sign in to comment.