Skip to content

Commit

Permalink
refactor:blog items in button
Browse files Browse the repository at this point in the history
  • Loading branch information
ademsuslu committed Dec 6, 2024
1 parent ed0c427 commit 94bf0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/blog/blog-items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const BlogItems: React.FC<Props> = ({ data }) => {
</div>
<Link className={buttonVariants({
variant:"outline",
className:"underline z-20 font-bold bg-sky-800 hover:bg-sky-800",
className:"underline z-20 font-bold border-white bg-sky-800 hover:bg-sky-800",
})} href={`/blog/${data.title}`}>
Read More
</Link>
Expand Down

0 comments on commit 94bf0fe

Please sign in to comment.