mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
link: correct unread color class
This commit is contained in:
parent
1106e4b5b3
commit
bf87ee3daf
@ -48,7 +48,7 @@ export class LinkItem extends Component {
|
||||
let hostname = URLparser.exec(props.url);
|
||||
|
||||
const seenState = props.seen
|
||||
? "grey2"
|
||||
? "gray2"
|
||||
: "green2 pointer";
|
||||
const seenAction = props.seen
|
||||
? ()=>{}
|
||||
|
Loading…
Reference in New Issue
Block a user