Skip to content

Commit

Permalink
Update timeline & changed style pre-release banner
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Jul 4, 2024
1 parent e575945 commit 6571872
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions components/release.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use client'
'use client';

import React from "react";
import Link from "next/link";

Expand All @@ -15,10 +16,10 @@ export default function Release() {

return (
<div className="relative mx-auto items-center justify-center p-8">
<div className="bg-black dark:bg-white dark:text-black text-white rounded-xl p-5 mx-auto max-w-fit" data-aos="zoom-y-out" data-aos-delay="150">
<p className="text-center font-extrabold" data-aos="zoom-y-out" data-aos-delay="150">
🎉 OpenVoiceOS v0.0.8 pre-release is now available! <button onClick={handleToggleDialog} className="underline">Release Notes</button>
</p>
<div className="dark:text-white p-5 mx-auto max-w-fit" data-aos="zoom-y-out" data-aos-delay="150">
<button onClick={handleToggleDialog} className="text-center text-xl font-extrabold relative underline underline-offset-4 decoration-[#fb4c4c] decoration-4" data-aos="zoom-y-out" data-aos-delay="150" id="message">
🎉 OpenVoiceOS v0.0.8 pre-release is now available!
</button>
</div>
{showDialog && (
<div className="fixed inset-0 flex items-center justify-center z-50">
Expand Down
3 changes: 2 additions & 1 deletion components/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ export default function Timeline() {
{
title: 'OpenVoiceOS get\'s out of beta',
date: 'August 2024 (planned)',
description: 'OpenVoiceOS get\'s out of beta and is ready for the masses.'
description: 'OpenVoiceOS get\'s out of beta and is ready for the masses.',
link: 'https://community.openconversational.ai/t/openvoiceos-0-0-8-qa-process-begins-now/15372'
}
];

Expand Down

0 comments on commit 6571872

Please sign in to comment.