diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-06 15:03:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 15:03:43 +0100 |
| commit | eb4a5ab4cd57e8059bb41ef7d715721aa1af049a (patch) | |
| tree | 86b14e620822ec656b40938931beb9fd6c473749 /ui/src/pages | |
| parent | feat(ui): setup single-instance (#2093) (diff) | |
| download | atuin-eb4a5ab4cd57e8059bb41ef7d715721aa1af049a.zip | |
chore: update email, gitignore, tweak ui (#2094)
Diffstat (limited to 'ui/src/pages')
| -rw-r--r-- | ui/src/pages/Dotfiles.tsx | 2 | ||||
| -rw-r--r-- | ui/src/pages/History.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/pages/Dotfiles.tsx b/ui/src/pages/Dotfiles.tsx index d3a9a86d..cd80be66 100644 --- a/ui/src/pages/Dotfiles.tsx +++ b/ui/src/pages/Dotfiles.tsx @@ -68,7 +68,7 @@ function Tabs({ current, setCurrent }: TabsProps) { return ( <div> - <div className="mt-4"> + <div> <nav className="flex space-x-4" aria-label="Tabs"> {tabs.map((tab) => ( <button diff --git a/ui/src/pages/History.tsx b/ui/src/pages/History.tsx index 47074c62..81c83f99 100644 --- a/ui/src/pages/History.tsx +++ b/ui/src/pages/History.tsx @@ -22,7 +22,7 @@ function Header() { trigger={ <button type="button" - className="inline-flex border-2 items-center hover:shadow-xl rounded-md px-2 py-2 text-sm font-semibold shadow-sm" + className="inline-flex border-2 items-center hover:shadow-xl rounded-md text-sm font-semibold shadow-sm" > <svg xmlns="http://www.w3.org/2000/svg" |
