chore(landing): adjust landing page (#71)
* chore: adjust landing page - change typo text in footer "patners" -> "partnerts" - add github in community section, and footer - update the value of stat members in hero and cta section * chore: adjust landing page - fix logo github in community section
This commit is contained in:
@@ -47,7 +47,7 @@ export function CommunitySection() {
|
|||||||
case 'FaDiscord':
|
case 'FaDiscord':
|
||||||
return FaDiscord;
|
return FaDiscord;
|
||||||
case 'FaGithub':
|
case 'FaGithub':
|
||||||
return FaDiscord;
|
return FaGithub;
|
||||||
case 'FaInstagram':
|
case 'FaInstagram':
|
||||||
return FaInstagram;
|
return FaInstagram;
|
||||||
case 'FaTiktok':
|
case 'FaTiktok':
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Github",
|
"name": "Github",
|
||||||
"icon": "FaGithub",
|
"icon": "FaGithub",
|
||||||
"color": "#5865F2",
|
"color": "#000000",
|
||||||
"description": "Platforms to collaborate on your code",
|
"description": "Platforms to collaborate on your code",
|
||||||
"link": "https://github.com/IMPHNEN/"
|
"link": "https://github.com/IMPHNEN/"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user