mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
Update Test.tsx
This commit is contained in:
@@ -2,8 +2,7 @@ import Icon, { iconNames, iconStyles } from "@/components/ui/icon";
|
||||
|
||||
function Test() {
|
||||
return (
|
||||
<main className="w-full min-h-[100vh] flex flex-col justify-center items-center p-4">
|
||||
<div>
|
||||
<main className="w-full min-h-[100vh] flex flex-col justify-center items-center text-center p-4">
|
||||
<div className="overflow-x-auto">
|
||||
<table className="border-collapse">
|
||||
<thead>
|
||||
@@ -16,10 +15,7 @@ function Test() {
|
||||
Name
|
||||
</th>,
|
||||
...iconStyles.map((iconStyle) => (
|
||||
<th
|
||||
key={`${iconStyle}-${groupNumber}`}
|
||||
className="text-center p-2 font-medium capitalize"
|
||||
>
|
||||
<th key={`${iconStyle}-${groupNumber}`} className="text-center p-2 font-medium capitalize">
|
||||
{iconStyle}
|
||||
</th>
|
||||
)),
|
||||
@@ -52,7 +48,6 @@ function Test() {
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user