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
ea21548c68
commit
caac354273
@ -123,7 +123,7 @@ function PageComponent() {
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
{(tags.length > 0) ? (
|
{(tags.length > 0) ? (
|
||||||
<nav className="grid grid-cols-4 md:grid-cols-6 lg:grid-cols-8 xl:grid-cols-10 gap-4 justify-items-center">
|
<nav className="grid grid-cols-3 md:grid-cols-6 lg:grid-cols-8 xl:grid-cols-10 gap-4 justify-items-center">
|
||||||
{tags.map((tag, index) => (
|
{tags.map((tag, index) => (
|
||||||
<a
|
<a
|
||||||
key={index}
|
key={index}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user