Skip to content

Commit

Permalink
add heading for changelog teaser cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Oct 8, 2024
1 parent 96c9317 commit dd1d0a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/content/releases/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ order: 1

<LatestPost />

## Changelogs

<TeaserList
items={[
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ui/blog/LatestPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const LatestPost = () => {
}

return (
<div key={latestPost.title} className="pb-12">
<div key={latestPost.title}>
<div className="text-secondary-400 -mb-14 font-semibold">
LATEST RELEASE
</div>
Expand Down

0 comments on commit dd1d0a2

Please sign in to comment.