Skip to content

Commit

Permalink
refactor: Update text size in [category]/page component
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaramPg committed Sep 12, 2024
1 parent b1c61c5 commit ecfa1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[category]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default async function Page({
href={value.url}
className="inline-flex items-center w-full gap-2 underline underline-offset-4 hover:text-[#FFE81F]"
>
<h2 className="text-lg">{value.url}</h2>
<h2 className="text-base lg:text-lg">{value.url}</h2>
<SpriteIcon
id={Icons["tab-external"]}
width={20}
Expand Down

0 comments on commit ecfa1a9

Please sign in to comment.