Skip to content

Commit 1da17fd

Browse files
committed
added the hotfix
1 parent 93db71b commit 1da17fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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 & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)