Skip to content

Commit

Permalink
Merge pull request #1 from KanhaiyaPandey/KanhaiyaPandey-patch-1
Browse files Browse the repository at this point in the history
Update Link.js
  • Loading branch information
KanhaiyaPandey committed Dec 20, 2023
2 parents 5cae1ce + eba42f8 commit c5f5e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Link({ children, className, rel, ...restProps }) {
className={
className
? className
: "text-primary-medium dark:text-primary-low underline decoration-dotted hover:underline hover:decoration-solid break-all"
: "text-primary-medium dark:text-primary-low underline decoration-dotted hover:underline hover:decoration-solid break-all sm:text-sm md:text-base lg:text-lg xl:text-xl"
}
prefetch={false}
{...restProps}
Expand Down

0 comments on commit c5f5e27

Please sign in to comment.