File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { Textarea } from "@/components/ui/textarea"
25
25
26
26
export function Main1 ( ) {
27
27
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" >
29
29
< header className = "sticky top-0 z-40 w-full border-b bg-background" >
30
30
< div className = "container flex h-16 items-center justify-between px-4 md:px-6" >
31
31
< Link href = "#" className = "flex items-center gap-2" prefetch = { false } >
@@ -70,6 +70,14 @@ export function Main1() {
70
70
prefetch = { false } >
71
71
Watch Videos
72
72
</ 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
+
73
81
</ div >
74
82
</ section >
75
83
< section className = "py-12 md:py-24" >
You can’t perform that action at this time.
0 commit comments