Skip to content

Commit

Permalink
Update main1.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Jul 9, 2024
1 parent 8628b69 commit fd4891f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/main1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Textarea } from "@/components/ui/textarea"

export function Main1() {
return (
(<div className="flex min-h-screen flex-col bg-background w-full align-middle justify-center">
(<div className="flex min-h-screen flex-col bg-background w-full items-center justify-center">
<header className="sticky top-0 z-40 w-full border-b bg-background">
<div className="container flex h-16 items-center justify-between px-4 md:px-6">
<Link href="#" className="flex items-center gap-2" prefetch={false}>
Expand Down Expand Up @@ -70,6 +70,14 @@ export function Main1() {
prefetch={false}>
Watch Videos
</Link>

<Link
href="https://github.com/techshade"
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"
prefetch={false}>
GitHub
</Link>

</div>
</section>
<section className="py-12 md:py-24">
Expand Down

0 comments on commit fd4891f

Please sign in to comment.