1-
21import { Button } from "@/components/ui/button" ;
32import { Github } from "lucide-react" ;
43import { useState , useEffect } from "react" ;
@@ -32,23 +31,23 @@ const Header = () => {
3231 </ Link >
3332 < nav className = "hidden md:flex gap-6" >
3433 < a
35- href = "https://github.com/jonmumm /actor-kit#readme"
34+ href = "https://github.com/actor-kit /actor-kit#readme"
3635 target = "_blank"
3736 rel = "noopener noreferrer"
3837 className = "text-sm font-medium hover:text-primary transition-colors"
3938 >
4039 Documentation
4140 </ a >
4241 < a
43- href = "https://github.com/jonmumm /actor-kit/tree/main/examples"
42+ href = "https://github.com/actor-kit /actor-kit/tree/main/examples"
4443 target = "_blank"
4544 rel = "noopener noreferrer"
4645 className = "text-sm font-medium hover:text-primary transition-colors"
4746 >
4847 Examples
4948 </ a >
5049 < a
51- href = "https://github.com/jonmumm /actor-kit/discussions"
50+ href = "https://github.com/actor-kit /actor-kit/discussions"
5251 target = "_blank"
5352 rel = "noopener noreferrer"
5453 className = "text-sm font-medium hover:text-primary transition-colors"
@@ -59,7 +58,7 @@ const Header = () => {
5958 </ div >
6059 < div className = "flex items-center gap-4" >
6160 < a
62- href = "https://github.com/jonmumm /actor-kit"
61+ href = "https://github.com/actor-kit /actor-kit"
6362 target = "_blank"
6463 rel = "noopener noreferrer"
6564 className = "text-sm font-medium hover:text-primary transition-colors flex items-center gap-2.5"
@@ -70,7 +69,7 @@ const Header = () => {
7069 < Button
7170 variant = "default"
7271 className = "bg-gradient-to-r from-blue-600 to-cf-orange text-white hover:opacity-90"
73- onClick = { ( ) => window . open ( "https://github.com/jonmumm /actor-kit#getting-started" , "_blank" ) }
72+ onClick = { ( ) => window . open ( "https://github.com/actor-kit /actor-kit#getting-started" , "_blank" ) }
7473 >
7574 Get Started
7675 </ Button >
0 commit comments