diff --git a/src/components/node/NodeRelated/index.tsx b/src/components/node/NodeRelated/index.tsx index 6cce0818..ea300ff6 100644 --- a/src/components/node/NodeRelated/index.tsx +++ b/src/components/node/NodeRelated/index.tsx @@ -20,7 +20,7 @@ const NodeRelated: FC = ({ title, items }) => {
{items.map((item) => ( - + ))} diff --git a/src/components/node/NodeRelated/styles.module.scss b/src/components/node/NodeRelated/styles.module.scss index ee44bbea..3bcd2b74 100644 --- a/src/components/node/NodeRelated/styles.module.scss +++ b/src/components/node/NodeRelated/styles.module.scss @@ -42,3 +42,7 @@ } } } + +.item { + border-radius: $radius; +}