Skip to content

Commit fd4891f

Browse files
authored
Update main1.jsx
1 parent 8628b69 commit fd4891f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/main1.jsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Textarea } from "@/components/ui/textarea"
2525

2626
export function Main1() {
2727
return (
28-
(<div className="flex min-h-screen flex-col bg-background w-full align-middle justify-center">
28+
(<div className="flex min-h-screen flex-col bg-background w-full items-center justify-center">
2929
<header className="sticky top-0 z-40 w-full border-b bg-background">
3030
<div className="container flex h-16 items-center justify-between px-4 md:px-6">
3131
<Link href="#" className="flex items-center gap-2" prefetch={false}>
@@ -70,6 +70,14 @@ export function Main1() {
7070
prefetch={false}>
7171
Watch Videos
7272
</Link>
73+
74+
<Link
75+
href="https://github.com/techshade"
76+
className="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-medium text-primary-foreground shadow-sm transition-colors hover:bg-primary/90 focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2"
77+
prefetch={false}>
78+
GitHub
79+
</Link>
80+
7381
</div>
7482
</section>
7583
<section className="py-12 md:py-24">

0 commit comments

Comments
 (0)