style: fix dot style on BU page

This commit is contained in:
jinhojang6 2023-12-03 21:15:27 +09:00
parent 272dc12d07
commit 565e9ede64

View File

@ -255,7 +255,7 @@ const Content = styled.div`
&:not(:last-child) {
&:after {
fill: rgba(0, 0, 0, 0.35);
content: '';
content: '·';
margin-inline: 8px;
text-decoration: none;
display: inline-block;