File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
32
32
---
33
33
34
- [ ![ All Contributors] ( https://img.shields.io/github/contributors/typescript-cheatsheets/react-typescript-cheatsheet?color=orange&style=flat-square )] ( /CONTRIBUTORS.md ) | [ ![ Discord] ( https://img.shields.io/discord/746055213462585435 .svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 )] ( https://discord.gg/y88evmj ) | [ ![ Tweet] ( https://img.shields.io/twitter/url?label=Help%20spread%20the%20word%21&style=social&url=https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact )] ( http://twitter.com/home?status=Awesome%20%40Reactjs%20%2B%20%40TypeScript%20cheatsheet%20by%20%40ferdaber%2C%20%40sebsilbermann%2C%20%40swyx%20%26%20others!%20https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact )
34
+ [ ![ All Contributors] ( https://img.shields.io/github/contributors/typescript-cheatsheets/react-typescript-cheatsheet?color=orange&style=flat-square )] ( /CONTRIBUTORS.md ) | [ ![ Discord] ( https://img.shields.io/discord/508357248330760243 .svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 )] ( https://discord.gg/wTGS5z9 ) | [ ![ Tweet] ( https://img.shields.io/twitter/url?label=Help%20spread%20the%20word%21&style=social&url=https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact )] ( http://twitter.com/home?status=Awesome%20%40Reactjs%20%2B%20%40TypeScript%20cheatsheet%20by%20%40ferdaber%2C%20%40sebsilbermann%2C%20%40swyx%20%26%20others!%20https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact )
35
35
36
36
## All React + TypeScript Cheatsheets
37
37
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ module.exports = {
69
69
position : "right" ,
70
70
} ,
71
71
{
72
- to : "https://discord.gg/y88evmj " ,
72
+ to : "https://discord.gg/wTGS5z9 " ,
73
73
label : "Discord" ,
74
74
position : "right" ,
75
75
} ,
@@ -140,8 +140,8 @@ module.exports = {
140
140
} ,
141
141
{
142
142
label : "Discord" ,
143
- html : `<a class="footer__link-item" href="https://discord.gg/y88evmj ">
144
- <img src="https://img.shields.io/discord/746055213462585435 .svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" style="max-width:100%;">
143
+ html : `<a class="footer__link-item" href="https://discord.gg/wTGS5z9 ">
144
+ <img src="https://img.shields.io/discord/508357248330760243 .svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" style="max-width:100%;">
145
145
</a>` ,
146
146
} ,
147
147
{
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function Home() {
33
33
Getting started
34
34
</ Link >
35
35
< Link
36
- to = { "https://discord.gg/y88evmj " }
36
+ to = { "https://discord.gg/wTGS5z9 " }
37
37
className = "button button--lg button--outline button--secondary"
38
38
>
39
39
Join Official Discord
You can’t perform that action at this time.
0 commit comments