File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ const sponsors: Sponsor[] = [
1717 description : "Student " ,
1818 github : "https://github.com/DevXavierNieto" ,
1919 } ,
20+
21+ {
22+ name : "Austin Jian" ,
23+ image : "https://avatars.githubusercontent.com/u/135089334?v=4" ,
24+ description : "Student " ,
25+ github : "https://github.com/austinjiann" ,
26+ } ,
2027 {
2128 name : "Takashi Arai" ,
2229 image : "https://avatars.githubusercontent.com/u/42265874?v=4" ,
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ export default function FooterLayout({
160160 </ h3 >
161161 < ul className = "footer-links" >
162162 < li >
163- < Link to = "/docs" className = "footer-link" >
163+ < Link to = "/docs/GitHub/intro-github " className = "footer-link" >
164164 < span className = "link-icon" > 📖</ span >
165165 Documentation
166166 < span className = "link-badge popular" > Popular</ span >
You can’t perform that action at this time.
0 commit comments