some style updates
This commit is contained in:
parent
19ff490836
commit
0e07e7b00f
@ -15,7 +15,7 @@ export default function Categories({ data }: CategoriesProps) {
|
||||
</h2>
|
||||
<Link
|
||||
href={"/blog/categories"}
|
||||
className="text-[16px] font-[400] text-blog-text-passive"
|
||||
className="text-[16px] font-[400] text-blog-text-passive hover:underline"
|
||||
>
|
||||
View all
|
||||
</Link>
|
||||
|
||||
@ -15,7 +15,7 @@ export default function FilteredPosts({ data }: FilteredPostsProps) {
|
||||
</h2>
|
||||
<Link
|
||||
href={"/blog/filtered-posts/popular"}
|
||||
className="text-[16px] font-[400] text-blog-text-passive"
|
||||
className="text-[16px] font-[400] text-blog-text-passive hover:underline"
|
||||
>
|
||||
View all
|
||||
</Link>
|
||||
|
||||
@ -58,9 +58,9 @@ export default function New({ data }: NewProps) {
|
||||
<h2 className="text-[24px] font-[700] text-blog-text-default">New</h2>
|
||||
<Link
|
||||
href={"/blog/filtered-posts/new"}
|
||||
className="text-[16px] font-[400] text-blog-text-passive"
|
||||
className="text-[16px] font-[400] text-blog-text-passive hover:underline"
|
||||
>
|
||||
View all new
|
||||
View all
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user