diff --git a/front/src/components/table/ClickableCell.tsx b/front/src/components/table/ClickableCell.tsx index e30bd8a06..ddd382075 100644 --- a/front/src/components/table/ClickableCell.tsx +++ b/front/src/components/table/ClickableCell.tsx @@ -31,6 +31,11 @@ const StyledClickable = styled.div` :hover::before { display: block; } + + a { + color: inherit; + text-decoration: none; + } `; const Container = styled.span` diff --git a/front/src/pages/people/People.tsx b/front/src/pages/people/People.tsx index c3cf09e2b..982f5f5e4 100644 --- a/front/src/pages/people/People.tsx +++ b/front/src/pages/people/People.tsx @@ -8,11 +8,6 @@ import { defaultData } from './defaultData'; const StyledPeopleContainer = styled.div` display: flex; width: 100%; - - a { - color: inherit; - text-decoration: none; - } `; function People() {