mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-23 10:27:27 +01:00
fix event-monitor github url
This commit is contained in:
parent
6ce5258d0e
commit
1bac031edd
@ -122,7 +122,11 @@ export default function HomePage(): ReactElement {
|
|||||||
<a
|
<a
|
||||||
href={`https://github.com/oceanprotocol/${
|
href={`https://github.com/oceanprotocol/${
|
||||||
component.name === 'subgraph' ? 'ocean-' : ''
|
component.name === 'subgraph' ? 'ocean-' : ''
|
||||||
}${component.name}`}
|
}${
|
||||||
|
component.name === 'event-monitor'
|
||||||
|
? 'aquarius'
|
||||||
|
: component.name
|
||||||
|
}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
title="Go to GitHub repository"
|
title="Go to GitHub repository"
|
||||||
|
Loading…
Reference in New Issue
Block a user