Skip to content

Commit

Permalink
fix: update featured blog posts (#4407)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Dec 9, 2024
1 parent e747075 commit b4be0bf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export const featuredPostsData = {
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*FOVVqeJPmsoM6uJqsZHXZA.png",
},
post2: {
title: "UX writing mistakes as horror movie archetypes",
author: "Katie Edwards",
length: "3 min read",
URL: "https://medium.com/patternfly/ux-writing-mistakes-as-horror-movie-archetypes-7c30705762ae",
title: "From UX design to code",
author: "Tina Yip",
length: "10 min read",
URL: "https://medium.com/patternfly/from-ux-design-to-code-80af8291b04a",
// Use resize:fit:600 in URL
imageURL:
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*TFIZCRKz6CbrLWMwBEOu_Q.png",
"https://miro.medium.com/v2/resize:fit:600/format:webp/0*9CY4zONMQaeU_-Z-",
},
post3: {
title:
Expand Down

0 comments on commit b4be0bf

Please sign in to comment.