Skip to content

Commit

Permalink
chore: comment out beta warning in InitializationPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Orenoid committed Dec 9, 2024
1 parent 281150d commit c529e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ function InitializationPanel({ onClose }: { onClose: () => void }) {
<div className="bg-white rounded-2xl z-10 w-11/12 md:w-3/4 lg:w-1/2 max-w-4xl max-h-screen overflow-y-auto custom-scrollbar p-8">
<div className="flex flex-col">
{/* Beta warning */}
<div className="flex flex-row items-start mb-4 p-4 bg-yellow-50 rounded-lg">
{/* <div className="flex flex-row items-start mb-4 p-4 bg-yellow-50 rounded-lg">
<IoMdInformationCircleOutline size={20} className="text-yellow-600 mr-2 mt-0.5 flex-shrink-0" />
<span className="text-yellow-700">{t('betaWarning')}</span>
</div>
</div> */}
{/* Welcome message */}
<div className="flex flex-col items-center">
{/* Logo and Title */}
Expand Down

0 comments on commit c529e72

Please sign in to comment.