Skip to content

Commit

Permalink
lighthouse fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phughesmcr committed Sep 11, 2024
1 parent 6329e1a commit cfa3bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/DebateFormInputs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default function DebateFormInputs(props: DebateFormInputsProps) {
<button
type="submit"
disabled={loading}
class={`w-full px-4 py-2 bg-blue-500 text-white rounded-md hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50 transition duration-150 ease-in-out ${
class={`w-full px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50 transition duration-150 ease-in-out ${
loading ? "opacity-50 cursor-not-allowed" : ""
}`}
>
Expand Down
1 change: 1 addition & 0 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default function App({ Component }: PageProps) {
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<meta name="description" content="Generate interesting debates on any topic using AI and listen to them for free!" />
<title>DebateThing.com</title>
<link
rel="icon"
Expand Down

0 comments on commit cfa3bd9

Please sign in to comment.