From c408465549d23b2097867baff2ea038e991eea40 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 25 Jul 2024 16:08:53 +0100 Subject: fix(gui): double return on mac/linux (#2311) --- ui/src/pages/Dotfiles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/pages') diff --git a/ui/src/pages/Dotfiles.tsx b/ui/src/pages/Dotfiles.tsx index 56f570be..85f5b0e0 100644 --- a/ui/src/pages/Dotfiles.tsx +++ b/ui/src/pages/Dotfiles.tsx @@ -98,7 +98,7 @@ export default function Dotfiles() { console.log(current); return ( -
+
Manage your shell aliases, variables and paths -- cgit v1.3.1