Skip to content

Commit b7e0daa

Browse files
committed
.
1 parent 88cdaa7 commit b7e0daa

File tree

1 file changed

+1
-1
lines changed
  • app/(default)/(page)/publications

1 file changed

+1
-1
lines changed

app/(default)/(page)/publications/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default function Home() {
9797
<div key={author}>
9898
{
9999
author in scholar ? (
100-
<Link className="text-o-blue animated-underline" href={scholar[author]} target={scholar[author].startsWith('http') ? '_blank' : '_self'}>
100+
<Link className="text-o-dark-blue animated-underline-gray" href={scholar[author]} target={scholar[author].startsWith('http') ? '_blank' : '_self'}>
101101
{author}
102102
</Link>
103103
) : (

0 commit comments

Comments
 (0)