Skip to content

Commit

Permalink
refactor: Remove unnecessary class from URL input
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaphasu committed Sep 15, 2024
1 parent 7d92e38 commit 454bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/_components/Publish.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Publish = ({ initialData }: PublishProps) => {
<div className="flex items-center">
<input
value={url}
className="h-8 flex-1 truncate rounded-l-md border bg-muted px-2 text-xs"
className="h-8 flex-1 rounded-l-md border bg-muted px-2 text-xs"
disabled
/>
<Button
Expand Down

0 comments on commit 454bca7

Please sign in to comment.