Skip to content

Commit

Permalink
Update ExplorerLinks.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 15, 2024
1 parent 44d60a6 commit 1360c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/ExplorerLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ExplorerLinks = () => {
const pathname = usePathname();
const type = searchParams.get("type");
return (
<div className="flex flex-row lg:flex-row flex-nowrap justify-items-start px-1 gap-3 lg:gap-6 text-[9.8vw] sm:text-[54px] mb-8 sm:my-8 font-['Coolvetica'] font-extra-condensed font-bold uppercase">
<div className="flex flex-row lg:flex-row flex-nowrap justify-items-start px-1 gap-3 lg:gap-6 text-[9.8vw] sm:text-[54px] mb-3 sm:mb-8 sm:my-8 font-['Coolvetica'] font-extra-condensed font-bold uppercase">
<Link
className={`${
(type !== "all" && type) || pathname === "/agent-explorer"
Expand Down

0 comments on commit 1360c3e

Please sign in to comment.