Skip to content

Commit

Permalink
Format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed May 31, 2023
1 parent 0fb75ac commit db0da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function ConnectView(): ReactElement {

return (
<div className="flex h-full w-full flex-col items-center justify-center">
<h1 className="text-2xl font-mono">peace-eye v{currentVersion}</h1>
<h1 className="font-mono text-2xl">peace-eye v{currentVersion}</h1>
<form className="form-control w-1/3 p-5" onSubmit={onSubmit}>
<label className="label-text label">Host</label>
<input
Expand Down

0 comments on commit db0da34

Please sign in to comment.