Fix file link color in post list
This commit is contained in:
parent
92e16cde18
commit
18bc4c219f
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ const ListItem = ({
|
|||
return (
|
||||
<li key={file.id} className="text-black">
|
||||
<Link
|
||||
colored
|
||||
href={`/post/${post.id}#${file.title}`}
|
||||
className="flex items-center gap-2 font-mono text-sm text-foreground"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue