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[] = [
17
17
description : "Student " ,
18
18
github : "https://github.com/DevXavierNieto" ,
19
19
} ,
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
+ } ,
20
27
{
21
28
name : "Takashi Arai" ,
22
29
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({
160
160
</ h3 >
161
161
< ul className = "footer-links" >
162
162
< li >
163
- < Link to = "/docs" className = "footer-link" >
163
+ < Link to = "/docs/GitHub/intro-github " className = "footer-link" >
164
164
< span className = "link-icon" > 📖</ span >
165
165
Documentation
166
166
< span className = "link-badge popular" > Popular</ span >
You can’t perform that action at this time.
0 commit comments