Skip to content

Commit b224d00

Browse files
committed
added blog fix
1 parent f522a9e commit b224d00

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

blog/getting-started-with-microservices/index.md renamed to blog/streamline-ux-ui/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you’ve made it this far—thank you! 🙌
100100
I hope this guide helped you better understand how to **streamline your UX design process**.
101101
If you found value in it, please share it with your fellow designers and friends.
102102

103-
📩 Contact: **[email protected]**
103+
📩 Contact: **[email protected]** f
104104

105105
Happy Designing! 🎨
106106
<GiscusComments/>

src/database/blogs/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface Blog {
99
const blogs: Blog[] = [
1010
{
1111
id: 1,
12-
title: "7 Steps to Streamline Your UX Design Process",
12+
title: "Streamline Your UX Design",
1313
image: "/img/blogs/05-ux-streamline.png",
1414
description:
1515
"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[] = [
1818

1919
{
2020
id: 2,
21-
title: "10 Steps to Land a Job in UI/UX Design",
21+
title: "Land a Job in UI/UX Design",
2222
image: "/img/blogs/04-ux-job-design.png",
2323
description:
2424
" 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[] = [
3434
},
3535
{
3636
id: 4,
37-
title: "What is Google DeepMind AI?",
37+
title: "What is Google DeepMind?",
3838
image: "/img/blogs/02-deepmind.png",
3939
description:
4040
"DeepMind is an auxiliary of Google that centers around man-made brainpower. It utilizes a part of AI called AI",

src/theme/Footer/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,14 @@ const Footer: React.FC = () => {
258258
</span>
259259
</Link>
260260
<Link
261-
to="/blog/getting-started-with-microservices"
261+
to="/blog/streamline-ux-ui"
262262
className="group flex items-center gap-[22px]"
263263
>
264264
<div className="overflow-hidden rounded">
265265
<img src="/img/blog-footer-02.jpg" alt="blog" />
266266
</div>
267267
<span className="max-w-[180px] text-base text-gray-300 group-hover:text-[--ifm-color-primary]">
268-
Getting started with Microservices...
268+
Getting started with UI UX...
269269
</span>
270270
</Link>
271271
</div>

0 commit comments

Comments
 (0)