feat(project-list): highlight active link.

This commit is contained in:
Ivan Li
2021-05-05 15:44:57 +08:00
parent 4cf3b61da7
commit 5d3f97667a
3 changed files with 55 additions and 27 deletions

View File

@@ -3,7 +3,6 @@ import { Link } from '@curi/react-dom';
import { List, ListItem, Typography, ListItemText } from '@material-ui/core';
import { FC } from 'react';
import { Pipeline } from '../generated/graphql';
import { Fragment } from 'react';
import { CallMerge } from '@material-ui/icons';
interface Props {