mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-08-03 10:14:43 +00:00
feat: add changelog entry in preparation for update
This commit is contained in:
@@ -33,6 +33,8 @@ function RenderLog({ post }: { post: ChangelogPost }) {
|
||||
{post.content.map((entry) =>
|
||||
typeof entry === "string" ? (
|
||||
<Markdown content={entry} />
|
||||
) : entry.type === "element" ? (
|
||||
entry.element
|
||||
) : (
|
||||
<Image src={entry.src} shadow={entry.shadow} />
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user