Skip to content

Commit 4231a6c

Browse files
committed
feat: Update bio and featured links
1 parent 2ce2d51 commit 4231a6c

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed
53.1 KB
Loading
56.2 KB
Loading

features/links-page/mocks/userBio.mock.ts

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

packages/@registries/assets.generated.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const IconPng = require('../../apps/expo/assets/generated/icon.png');
1010
export const ImgCodelyFansLogoPic160x160Jpeg = require('../../apps/expo/assets/generated/img/CodelyFansLogoPic160x160.jpeg');
1111
export const ImgCodelyFansLogoPic945x945Png = require('../../apps/expo/assets/generated/img/CodelyFansLogoPic945x945.png');
1212
export const ImgFSMeetupJpeg = require('../../apps/expo/assets/generated/img/FSMeetup.jpeg');
13+
export const ImgFullProductDotDevLogoPng = require('../../apps/expo/assets/generated/img/full-product-dot-dev-logo.png');
1314
export const ImgIconPng = require('../../apps/expo/assets/generated/img/icon.png');
1415
export const ImgNewlineTalkJpeg = require('../../apps/expo/assets/generated/img/NewlineTalk.jpeg');
1516
export const Mstile150x150Png = require('../../apps/expo/assets/generated/mstile-150x150.png');

0 commit comments

Comments
 (0)