You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/database/blogs/index.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ interface Blog {
9
9
constblogs: Blog[]=[
10
10
{
11
11
id: 1,
12
-
title: "7 Steps to Streamline Your UX Design Process",
12
+
title: "Streamline Your UX Design",
13
13
image: "/img/blogs/05-ux-streamline.png",
14
14
description:
15
15
"User experience design can be overwhelming because of the number of factors that influence what a product should look like and how it should function.",
@@ -18,7 +18,7 @@ const blogs: Blog[] = [
18
18
19
19
{
20
20
id: 2,
21
-
title: "10 Steps to Land a Job in UI/UX Design",
21
+
title: "Land a Job in UI/UX Design",
22
22
image: "/img/blogs/04-ux-job-design.png",
23
23
description:
24
24
" Are you passionate about design and dreaming of a career in it? Or maybe you are already in the design space and looking to pivot into UI/UX? ",
@@ -34,7 +34,7 @@ const blogs: Blog[] = [
34
34
},
35
35
{
36
36
id: 4,
37
-
title: "What is Google DeepMind AI?",
37
+
title: "What is Google DeepMind?",
38
38
image: "/img/blogs/02-deepmind.png",
39
39
description:
40
40
"DeepMind is an auxiliary of Google that centers around man-made brainpower. It utilizes a part of AI called AI",
0 commit comments