diff --git a/app/layout.tsx b/app/layout.tsx index 6a9c787..adfd9a7 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -47,14 +47,9 @@ export default function RootLayout({
Built by{" "} - - Jeff Emmett - + + Shawn Anderson + . The source code is available on{" "} { let config = `# ~/.tmux.conf setup\n` + config += `# Configured by Shawn Anderson (Long Tail Financial)\n` config += `# Generated by mytmux.life\n\n` config += `new-session -s development -n editor\n`