mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 02:19:41 +05:00
feat: add viewing of all comments for a release
This commit is contained in:
parent
fb21744536
commit
a4618124ea
3 changed files with 177 additions and 43 deletions
|
@ -118,9 +118,9 @@ export const CommentsComment = (props: {
|
|||
>
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth="2"
|
||||
d="M5 5h5M5 8h2m6-3h2m-5 3h6m2-7H2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h3v5l5-5h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z"
|
||||
/>
|
||||
</svg>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue