From bf6003b3a7abed02b9bb0cdc9894429b45fa8474 Mon Sep 17 00:00:00 2001 From: v0 Date: Thu, 20 Nov 2025 07:27:41 +0000 Subject: [PATCH] feat: add attribution to Shawn Anderson Update site to credit Shawn Anderson for contributions. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> --- app/layout.tsx | 11 +++-------- app/page.tsx | 1 + 2 files changed, 4 insertions(+), 8 deletions(-) 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`