Skip to content

Commit

Permalink
Remove unfinished flag from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Mar 4, 2024
1 parent 7a2d06b commit b9e73a4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const metadata: Metadata = {
title: 'Migrating from Styled Components',
description: 'A guide on how to refactor Styled Components using Master CSS.',
category: 'Migration',
vercelOG: true,
unfinished: true
vercelOG: true
}

export default metadata

0 comments on commit b9e73a4

Please sign in to comment.