@@ -3,6 +3,7 @@ import Logo from "components/logo";
33import Page from "components/page" ;
44import Reactive from "html-tag-js/reactive" ;
55import actionStack from "lib/actionStack" ;
6+ import constants from "lib/constants" ;
67import helpers from "utils/helpers" ;
78
89export default function AboutInclude ( ) {
@@ -41,22 +42,22 @@ export default function AboutInclude() {
4142 < div className = "info-item-subtext" > { webviewPackageName } </ div >
4243 </ div >
4344 </ a >
44- < a href = "https://acode.app" className = "info-item" >
45+ < a href = { constants . WEBSITE_URL } className = "info-item" >
4546 < div className = "info-item-icon" >
4647 < span className = "icon acode" > </ span >
4748 </ div >
4849 < div className = "info-item-text" >
4950 Official webpage
50- < div className = "info-item-subtext" > https://acode.app </ div >
51+ < div className = "info-item-subtext" > { constants . WEBSITE_URL } </ div >
5152 </ div >
5253 </ a >
53- < a href = "https://foxbiz.io" className = "info-item" >
54+ < a href = { constants . FOXBIZ_URL } className = "info-item" >
5455 < div className = "info-item-icon" >
5556 < span className = "icon foxbiz" > </ span >
5657 </ div >
5758 < div className = "info-item-text" >
5859 Foxbiz Software Pvt. Ltd.
59- < div className = "info-item-subtext" > https://www.foxbiz.io </ div >
60+ < div className = "info-item-subtext" > { constants . FOXBIZ_URL } </ div >
6061 </ div >
6162 </ a >
6263 </ div >
@@ -68,34 +69,31 @@ export default function AboutInclude() {
6869 </ div >
6970 Mail
7071 </ a >
71- < a href = "https://x.com/foxbiz_io" className = "social-link" >
72+ < a href = { constants . TWITTER_URL } className = "social-link" >
7273 < div className = "social-icon" >
7374 < span className = "icon twitter" > </ span >
7475 </ div >
7576 Twitter
7677 </ a >
77- < a href = "https://www.instagram.com/foxbiz.io/" className = "social-link" >
78+ < a href = { constants . INSTAGRAM_URL } className = "social-link" >
7879 < div className = "social-icon" >
7980 < span className = "icon instagram" > </ span >
8081 </ div >
8182 Instagram
8283 </ a >
83- < a
84- href = "https://github.com/Acode-Foundation/Acode"
85- className = "social-link"
86- >
84+ < a href = { constants . GITHUB_URL } className = "social-link" >
8785 < div className = "social-icon" >
8886 < span className = "icon github" > </ span >
8987 </ div >
9088 GitHub
9189 </ a >
92- < a href = "https://t.me/foxdebug_acode" className = "social-link" >
90+ < a href = { constants . TELEGRAM_URL } className = "social-link" >
9391 < div className = "social-icon" >
9492 < span className = "icon telegram" > </ span >
9593 </ div >
9694 Telegram
9795 </ a >
98- < a href = "https://discord.gg/nDqZsh7Rqz" className = "social-link" >
96+ < a href = { constants . DISCORD_URL } className = "social-link" >
9997 < div className = "social-icon" >
10098 < span className = "icon discord" > </ span >
10199 </ div >
0 commit comments