@@ -5,7 +5,7 @@ export const userBioMock: UserBio = {
55 title : '@codinsonn' ,
66 titleLink : 'https://www.instagram.com/codinsonn.dev/' ,
77 bioText :
8- 'Dev Memes & GREEN stack dreams { ...💚 } Helping you take React apps cross-platform 👾 ⚡️ 🤖 Typescript ⚡️ GraphQL ⚡️ React-Native ⚡️ Expo ⚡️ Next.js' ,
8+ 'Full-Product universal app dev 🤖 Build for Web and App Stores in a write-once way 👾 GQL ⚡️ React-Native ⚡️ Expo ⚡️ Next.js ⚡️ Zod ⚡️ TS ' ,
99 imageUrl : '/img/CodelyFansLogoPic160x160.jpeg' ,
1010 iconLinks : [
1111 {
@@ -15,7 +15,7 @@ export const userBioMock: UserBio = {
1515 } ,
1616 {
1717 id : '2' ,
18- linkUrl : 'https://github.com/sponsors/ codinsonn' ,
18+ linkUrl : 'https://github.com/codinsonn' ,
1919 linkIconKey : 'GithubIcon' ,
2020 } ,
2121 {
@@ -47,19 +47,27 @@ export const userBioMock: UserBio = {
4747 linksInBio : [
4848 {
4949 id : '1' ,
50- linkUrl : 'https://www.youtube.com/watch?v=njhgS-erQbo' ,
51- linkTitle : 'Intro to FullProduct.dev and the GREEN stack' ,
52- subTitle : 'Recorded conference talk at Newline.gent' ,
53- imageUrl : '/img/NewlineTalk.jpeg' ,
54- isFeatured : true ,
55- } ,
56- {
57- id : '2' ,
5850 linkUrl : 'https://dev.to/codinsonn/how-to-compete-with-elons-twitter-a-dev-perspective-4j64' ,
5951 linkTitle : "'Move fast & build things', with Zod, Expo & Next.js" ,
6052 subTitle : 'Summary of the Full-Stack meetup on DEV.to' ,
6153 imageUrl : '/img/FSMeetup.jpeg' ,
6254 isFeatured : true ,
6355 } ,
56+ {
57+ id : '2' ,
58+ linkUrl : 'https://fullproduct.dev' ,
59+ linkTitle : 'Intro to FullProduct.dev and the GREEN stack' ,
60+ subTitle : 'Universal App Starterkit' ,
61+ imageUrl : '/img/full-product-dot-dev-logo.png' ,
62+ isFeatured : true ,
63+ } ,
64+ // {
65+ // id: '3',
66+ // linkUrl: 'https://www.youtube.com/watch?v=njhgS-erQbo',
67+ // linkTitle: 'Intro to FullProduct.dev and the GREEN stack',
68+ // subTitle: 'Recorded conference talk at Newline.gent',
69+ // imageUrl: '/img/NewlineTalk.jpeg',
70+ // isFeatured: true,
71+ // },
6472 ] ,
6573}
0 commit comments