aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/atuin/src/main.rs2
-rw-r--r--ui/.gitignore1
-rw-r--r--ui/backend/rust-toolchain.toml2
-rw-r--r--ui/src/pages/Dotfiles.tsx2
-rw-r--r--ui/src/pages/History.tsx2
5 files changed, 6 insertions, 3 deletions
diff --git a/crates/atuin/src/main.rs b/crates/atuin/src/main.rs
index 16a80b10..eaa58664 100644
--- a/crates/atuin/src/main.rs
+++ b/crates/atuin/src/main.rs
@@ -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),
)]
diff --git a/ui/.gitignore b/ui/.gitignore
index e0dacb8f..baa22d42 100644
--- a/ui/.gitignore
+++ b/ui/.gitignore
@@ -1,5 +1,6 @@
# Logs
logs
+bundle
*.log
npm-debug.log*
yarn-debug.log*
diff --git a/ui/backend/rust-toolchain.toml b/ui/backend/rust-toolchain.toml
new file mode 100644
index 00000000..fcc85b9e
--- /dev/null
+++ b/ui/backend/rust-toolchain.toml
@@ -0,0 +1,2 @@
+[toolchain]
+channel = "1.77"
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"