Skip to content

Commit 3e24ed7

Browse files
authored
Merge branch 'main' into community
2 parents 6012113 + 1da17fd commit 3e24ed7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/database/sponsors/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

src/theme/Footer/Layout/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export default function FooterLayout({
161161
<ul className="footer-links">
162162
<li>
163163
<Link to="#" className="footer-link">
164+
164165
<span className="link-icon">📖</span>
165166
Documentation
166167
<span className="link-badge popular">Popular</span>

0 commit comments

Comments
 (0)