mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
refactor: Update release note component to render extra content as HTML
This commit is contained in:
parent
9fc73f06f3
commit
dec408e90f
1 changed files with 1 additions and 1 deletions
|
@ -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-1/3">
|
||||
<div className="mx-auto w-full px-10 md:px-0 md:w-1/2 lg:w-full">
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue