Skip to content

Commit

Permalink
chore: update email, gitignore, tweak ui (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Jun 6, 2024
1 parent d7f77eb commit eb4a5ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/atuin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static HELP_TEMPLATE: &str = "\
/// Magical shell history
#[derive(Parser)]
#[command(
author = "Ellie Huxtable <e@elm.sh>",
author = "Ellie Huxtable <ellie@atuin.sh>",
version = VERSION,
help_template(HELP_TEMPLATE),
)]
Expand Down
1 change: 1 addition & 0 deletions ui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Logs
logs
bundle
*.log
npm-debug.log*
yarn-debug.log*
Expand Down
2 changes: 2 additions & 0 deletions ui/backend/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.77"
2 changes: 1 addition & 1 deletion ui/src/pages/Dotfiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb4a5ab

Please sign in to comment.