Skip to content

Commit

Permalink
f (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze authored Nov 23, 2024
2 parents 3faf1fa + 48b89d9 commit 83dad81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function TranslateButton({

return (
<>
<div className="mb-5 rounded-xl px-4 py-4 bg-gray-100 dark:bg-gray-900 shadow-md dark:shadow-gray-800">
<div className="mb-5">
<div className="flex flex-col space-y-2">
<div className="flex items-center space-x-1">
<TargetLanguageSelector targetLanguage={targetLanguage} />
Expand Down

0 comments on commit 83dad81

Please sign in to comment.