feat: Update release note component to render extra content as HTML

Refactor the release note component to render the extra content as HTML, allowing for more flexibility in displaying additional information. This change improves the readability and customization of the release notes.

Recent user commits:
- Update profile color in features component
- Add styled-components dependency and implement profile image animations
- Add release notes for version 1.0.0-a.5

Recent repository commits:
- Update release note component to render extra content as HTML
- Merge pull request #1 from NOCanoa/main: Added Zen favicon
This commit is contained in:
Mauro Balades
2024-07-25 00:14:52 +02:00
parent dec408e90f
commit 061f28afb8
2 changed files with 66 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import { Button } from "./ui/button";
export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {
return (
<div className="flex flex-col mt-52 mb-24">
<div className="mx-auto w-full px-10 md:px-0 md:w-1/2 lg:w-full">
<div className="mx-auto w-full px-10 md:px-0 md:w-1/2">
<h1 className="text-4xl font-bold">Release notes for {data.version} 🎉</h1>
<p className="text-sm mt-1 font-bold text-muted-foreground">{data.date}</p>
<p className="text-md mt-4 text-muted-foreground">