Updated News links in feature
• Updated: - News links in feature
This commit is contained in:
parent
89def69904
commit
aba1b917d5
|
@ -116,14 +116,14 @@ class News extends PureComponent {
|
|||
const domains = items.trackedDomains
|
||||
domainTabs = domains.map((block) => ({
|
||||
title: block.title,
|
||||
to: `/explore?domain=${block.domain}`,
|
||||
to: `/news?domain=${block.domain}`,
|
||||
onClick: () => {},
|
||||
active: activeDomain === `${block.domain}`.toLowerCase(),
|
||||
}))
|
||||
domainTabs = [
|
||||
{
|
||||
title: "Today's Top",
|
||||
to: `/explore`,
|
||||
to: `/news`,
|
||||
onClick: () => {},
|
||||
active: !activeDomain,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue