Update page.tsx

This commit is contained in:
Damien Ostler 2024-05-27 23:19:30 -04:00
parent ea21548c68
commit caac354273

View File

@ -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}