File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Link from 'next/link'
22
3- import Hiscoder from 'public/icons/hiscoder .svg'
3+ import GeCraft from 'public/icons/gecraft .svg'
44
5- function HiscoderLink ( ) {
5+ function GeCraftLink ( ) {
66 return (
77 < div className = "mx-auto flex flex-1 items-center" >
88 < Link
9- href = "https://hiscoder .com"
9+ href = "https://gecraft .com"
1010 target = "_blank"
1111 className = "flex items-center gap-4 p-2 text-[#CACACA] hover:text-gray-400"
1212 >
1313 < span > Powered by</ span >
14- < Hiscoder className = "h-8" />
14+ < GeCraft className = "h-8" />
1515 </ Link >
1616 </ div >
1717 )
1818}
1919
20- export default HiscoderLink
20+ export default GeCraftLink
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ const partners = [
1818 width : 102 ,
1919 height : 37 ,
2020 } ,
21- {
22- name : 'Glokas' ,
23- url : 'https://glokas.com/' ,
24- logo : '/icons/glokas.svg' ,
25- width : 126 ,
26- height : 23 ,
27- } ,
2821 {
2922 name : 'BibleVis' ,
3023 url : 'https://biblevis.com/' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useRouter } from 'next/router'
44import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
55import { useTranslation } from 'react-i18next'
66
7- import HiscoderLink from 'components/StartPage/HiscoderLink '
7+ import GeCraftLink from 'components/StartPage/GeCraftLink '
88import StartPage from 'components/StartPage/StartPage'
99import StartPageMobile from 'components/StartPage/StartPageMobile'
1010
@@ -125,7 +125,7 @@ const SlugPage = () => {
125125 < StartPageMobile defaultContentKey = { pageContent . contentKey || null } />
126126 </ div >
127127 </ div >
128- < HiscoderLink />
128+ < GeCraftLink />
129129 </ main >
130130 )
131131}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { useRouter } from 'next/router'
33
44import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
55
6- import HiscoderLink from 'components/StartPage/HiscoderLink '
6+ import GeCraftLink from 'components/StartPage/GeCraftLink '
77import StartPage from 'components/StartPage/StartPage'
88import StartPageMobile from 'components/StartPage/StartPageMobile'
99
@@ -56,7 +56,7 @@ export default function Home() {
5656 < StartPageMobile defaultContentKey = { query ?. contentKey || null } />
5757 </ div >
5858 </ div >
59- < HiscoderLink />
59+ < GeCraftLink />
6060 </ main >
6161 )
6262}
You can’t perform that action at this time.
0 commit comments