acekyd / made-in-nigeria

Here is a curation of awesome tools built by Nigerians that can be used by anybody and from anywhere in the world.
https://madeinnigeria.dev
1.01k stars 401 forks source link

feat(ui): render featured articles with their slugs #297

Closed kaf-lamed-beyt closed 7 months ago

kaf-lamed-beyt commented 7 months ago

@acekyd, This pattern should work now, as you suggested.

<FeaturedArticles
  data={data}
  slugs={[
      "prosper-otemuyiwa",
      "omolara-adejuwon",
      "emisho-victor",
      "shedrack-akintayo",
   ]}
 />
codesandbox[bot] commented 7 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

netlify[bot] commented 7 months ago

Deploy Preview for staging-madeinnigeria failed.

Name Link
Latest commit d746d6e253436ea903ff432a825bc55d81cd3d8f
Latest deploy log https://app.netlify.com/sites/staging-madeinnigeria/deploys/65e8d4cff04dbf00085cde8d
acekyd commented 7 months ago

Hey! Had to clean up a bit. Can you base your changes off of the dev branch and send in a new PR?

kaf-lamed-beyt commented 7 months ago

Sure thing.