Added the splitter className to the LinkItem.jsx

This commit is contained in:
2023-01-01 20:33:50 +01:00
parent ad6dc0d413
commit 7edc0bdd04

View File

@ -58,7 +58,7 @@ export const LinkItem = (props) => {
<h3>{props.creator.username}</h3> <h3>{props.creator.username}</h3>
</div> </div>
<div className="view-area"> <div className="view-area splitter">
&#124; &#124;
</div> </div>