File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
layouts/components/landing Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 "main" : [
33 {
44 "name" : " Docs" ,
5- "url" : " https://www.jac-lang.org/learn/introduction /" ,
5+ "url" : " https://www.jac-lang.org/learn/tour /" ,
66 "target" : " _blank" ,
77 "rel" : " noopener noreferrer"
88 },
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ const Hero = () => {
145145 </ svg >
146146 </ a >
147147 < a
148- href = "https://www.jac-lang.org/learn/introduction /"
148+ href = "https://www.jac-lang.org/learn/tour /"
149149 className = "inline-flex items-center justify-center rounded-lg px-6 py-3 text-sm font-semibold border border-primary-orange/30 text-primary-orange bg-primary-orange/10 backdrop-blur-sm transition-all duration-300 hover:bg-primary-orange hover:text-white hover:border-primary-orange hover:shadow-lg hover:shadow-primary-orange/25 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary-orange/60 transform hover:scale-105"
150150 >
151151 Learn More
You can’t perform that action at this time.
0 commit comments