Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ademsuslu committed Dec 6, 2024
1 parent 94bf0fe commit cc57365
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 border-white 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 cc57365

Please sign in to comment.