Skip to content

Commit a6dcfbd

Browse files
committed
refactor: adjust article title link styling in ArticleList component
1 parent 1f4e15a commit a6dcfbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/dashboard/_components/ArticleList.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ const ArticleList = () => {
146146
)}
147147
>
148148
<div className="flex flex-col">
149-
<p>{article.handle}</p>
150149
<Link
151-
className="text-forground text-lg"
150+
className="text-forground text-md md:text-xl"
152151
href={`/dashboard/articles/${article?.id}`}
153152
>
154153
{article.title}

0 commit comments

Comments
 (0)