mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
Update page.tsx
This commit is contained in:
parent
e584a43145
commit
ac4007a82e
@ -60,7 +60,7 @@ function PageComponent() {
|
||||
</thead>
|
||||
<tbody>
|
||||
{/* Replace this with your data mapping logic */}
|
||||
{galleries.map((item) => (
|
||||
{galleries.map((item: { name: string, imageCount: number, tier: string }) => (
|
||||
<tr key={item.name} className="animate-in">
|
||||
<td className="px-4 py-2">{item.name}</td>
|
||||
<td className="px-4 py-2">{item.imageCount}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user