mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(web): improve docs and refactor cli (#476)
This commit is contained in:
@@ -18,7 +18,7 @@ const Footer = () => {
|
||||
</p>
|
||||
<div className="flex space-x-4">
|
||||
<Link
|
||||
href="https://github.com/better-t-stack/create-better-t-stack"
|
||||
href="https://github.com/AmanVarshney01/create-better-t-stack"
|
||||
target="_blank"
|
||||
className="inline-flex items-center justify-center rounded-md p-2 text-muted-foreground transition-colors hover:bg-muted hover:text-foreground focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2"
|
||||
aria-label="GitHub Repository"
|
||||
@@ -44,7 +44,7 @@ const Footer = () => {
|
||||
<li>
|
||||
<Link
|
||||
target="_blank"
|
||||
href="https://github.com/better-t-stack/create-better-t-stack"
|
||||
href="https://github.com/AmanVarshney01/create-better-t-stack"
|
||||
className="inline-block transition-colors hover:text-primary focus:text-primary focus:outline-none"
|
||||
>
|
||||
GitHub Repository
|
||||
|
||||
@@ -85,7 +85,7 @@ export default function Navbar() {
|
||||
target: "_blank",
|
||||
},
|
||||
{
|
||||
href: "https://www.github.com/better-t-stack/create-better-t-stack",
|
||||
href: "https://www.github.com/AmanVarshney01/create-better-t-stack",
|
||||
label: "GitHub",
|
||||
icon: <Github className="size-4" />,
|
||||
target: "_blank",
|
||||
|
||||
Reference in New Issue
Block a user