Skip to content

Commit 4056464

Browse files
committed
added new list
1 parent 36e851e commit 4056464

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

src/database/blogs/index.tsx

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ const blogs: Blog[] = [
1313

1414
{
1515
id: 1,
16-
title: "New Google Icon Changes",
17-
image: "/img/blogs/cover-google-icon.jpg",
16+
title: "Land a Job in UI/UX Design",
17+
image: "/img/blogs/04-ux-job-design.png",
1818
description:
19-
" Google has unveiled a new icon design that reflects its commitment to simplicity and accessibility. The updated icon features a more modern ",
20-
slug: "google-icon-update",
21-
authors: ["sanjay-kv"],
19+
" 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? ",
20+
slug: "ux-ui-design-job",
21+
authors: ["sowmiya-v", "sanjay-kv"],
2222
category: "Design",
2323
tags: ["UX", "UI", "design", "Job"],
2424
},
@@ -231,8 +231,20 @@ const blogs: Blog[] = [
231231
authors: ["Aditya-Singh-Rathore"],
232232
category: "data engineering",
233233
tags: ["Data Engineers", "Business Analysts", "MBAs", "Data Understanding", "Business Decisions"],
234+
235+
id: 20,
236+
title: "New Google Icon Changes",
237+
image: "/img/blogs/cover-google-icon.jpg",
238+
description:
239+
" Google has unveiled a new icon design that reflects its commitment to simplicity and accessibility. The updated icon features a more modern ",
240+
slug: "google-icon-update",
241+
authors: ["sanjay-kv"],
242+
category: "Design",
243+
tags: ["UX", "UI", "design", "Job"],
234244
},
235245

246+
247+
236248
];
237249

238250
export default blogs;

0 commit comments

Comments
 (0)