fix event-monitor github url

This commit is contained in:
mihaisc 2022-10-31 17:58:54 +02:00
parent 6ce5258d0e
commit 1bac031edd
1 changed files with 5 additions and 1 deletions

View File

@ -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"