Skip to content

Commit 966ac1b

Browse files
committed
updates
1 parent 2da2c74 commit 966ac1b

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ <h1>
335335
Share your ideas as low-fidelity mocks in minutes, perfect for
336336
getting started.
337337
</p>
338-
<p class="community">Community preview</p>
339338
</div>
340339
<div>
341340
<div class="video">

src/pods/about/about.pod.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ export const AboutPod = () => {
99
<div className={classes.container}>
1010
<QuickmockLogoComponent styleClass={classes.projectLogo} />
1111
<h2 className={classes.projectName}>Quickmock</h2>
12-
<p className={classes.projectVersion}>Version 0.0</p>
13-
<p className={classes.projectCommunity}>Community preview</p>
12+
<p className={classes.projectVersion}>Version 1.0</p>
1413
<DevelopmentTeamComponent />
1514
</div>
1615
);

src/pods/about/members.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,21 @@ export const memberList: Member[] = [
145145
},
146146
{
147147
id: '19',
148+
name: 'Omar',
149+
surname: 'Lorenzo',
150+
urlLinkedin: 'https://www.linkedin.com/in/omar-lorenzo-montelongo/',
151+
image: './assets/omar-lorenzo.jpeg',
152+
},
153+
{
154+
id: '20',
148155
name: 'Gabriel',
149156
surname: 'Ionut',
150157
urlLinkedin: 'https://www.linkedin.com/in/gabriel-ionut-birsan-b14816307/',
151158
image: './assets/gabriel-ionut.jpeg',
152159
},
153160

154161
{
155-
id: '20',
162+
id: '21',
156163
name: 'Antonio',
157164
surname: 'Contreras',
158165
urlLinkedin:
@@ -161,17 +168,10 @@ export const memberList: Member[] = [
161168
},
162169

163170
{
164-
id: '21',
171+
id: '22',
165172
name: 'Braulio',
166173
surname: 'Diez',
167174
urlLinkedin: 'https://www.linkedin.com/in/brauliodiez/',
168175
image: './assets/braulio-diez.jpeg',
169176
},
170-
{
171-
id: '22',
172-
name: 'Omar',
173-
surname: 'Lorenzo',
174-
urlLinkedin: 'https://www.linkedin.com/in/omar-lorenzo-montelongo/',
175-
image: './assets/omar-lorenzo.jpeg',
176-
},
177177
];

0 commit comments

Comments
 (0)