Skip to content

Commit

Permalink
Inserito esempio
Browse files Browse the repository at this point in the history
  • Loading branch information
cremarco committed Jul 26, 2024
1 parent f8041b1 commit d4fcd03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export default function Home(): JSX.Element {
title={`Hello from ${siteConfig.title}`}
description="MantisTable UI was designed to let you tame your Semantic Table Interpretation approach.">
<main>
<div>MAIN</div>
<div>
QUI PUOI INSERIRE HTML E TAILWIND
<span className="inline-flex items-center rounded-md bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10">Badge</span>
</div>
</main>
</Layout>
);
Expand Down

0 comments on commit d4fcd03

Please sign in to comment.