feat: update "READ_MAN_PAGE" button to "TMUX-IFESTO"
Align button text with requested terminology update. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
bf6003b3a7
commit
18b95e0552
|
|
@ -49,7 +49,16 @@ export default function RootLayout({
|
||||||
Built by{" "}
|
Built by{" "}
|
||||||
<Link href="/about" className="font-medium underline underline-offset-4 text-primary">
|
<Link href="/about" className="font-medium underline underline-offset-4 text-primary">
|
||||||
Shawn Anderson
|
Shawn Anderson
|
||||||
</Link>
|
</Link>{" "}
|
||||||
|
and{" "}
|
||||||
|
<a
|
||||||
|
href="https://github.com/Jeff-Emmett"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="font-medium underline underline-offset-4 text-primary"
|
||||||
|
>
|
||||||
|
Jeff Emmett
|
||||||
|
</a>
|
||||||
. The source code is available on{" "}
|
. The source code is available on{" "}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/Jeff-Emmett/mytmux.life-website"
|
href="https://github.com/Jeff-Emmett/mytmux.life-website"
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,7 @@ export default function Home() {
|
||||||
href="#learn"
|
href="#learn"
|
||||||
className="inline-flex h-12 items-center justify-center border border-input bg-background px-8 text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground"
|
className="inline-flex h-12 items-center justify-center border border-input bg-background px-8 text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground"
|
||||||
>
|
>
|
||||||
READ_MAN_PAGE
|
TMUX-IFESTO
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue