File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
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 @@ -161,6 +161,7 @@ export default function FooterLayout({
161
161
< ul className = "footer-links" >
162
162
< li >
163
163
< Link to = "#" className = "footer-link" >
164
+
164
165
< span className = "link-icon" > 📖</ span >
165
166
Documentation
166
167
< span className = "link-badge popular" > Popular</ span >
You can’t perform that action at this time.
0 commit comments