Skip to content

Commit

Permalink
nit: lint (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn authored Jul 2, 2024
1 parent af50cb9 commit 4df3442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,7 @@
"license": "MIT",
"homepage": "https://frog.fm",
"repository": "wevm/frog",
"authors": [
"awkweb.eth",
"jxom.eth"
],
"authors": ["awkweb.eth", "jxom.eth"],
"funding": [
{
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function App() {
}}
>
<aside
className="order-1 w-full space-y-4 lg:min-w-sidebar md:min-w-sidebar lg:max-w-sidebar md:max-w-sidebar"
className="order-1 w-full space-y-4 md:min-w-sidebar md:max-w-sidebar lg:min-w-sidebar lg:max-w-sidebar"
style={{
position: 'sticky',
top: '1.5rem',
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/StartForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function StartForm() {

<button
type="submit"
className="flex h-full items-center justify-center bg-background-100 px-4 text-gray-700 focus-visible:bg-gray-100 hover:bg-gray-100"
className="flex h-full items-center justify-center bg-background-100 px-4 text-gray-700 hover:bg-gray-100 focus-visible:bg-gray-100"
style={{ boxShadow: 'none' }}
>
<span className="sr-only">Go</span>
Expand Down

0 comments on commit 4df3442

Please sign in to comment.