This commit is contained in:
Untone 2024-07-30 22:28:28 +03:00
parent a5bb138fc7
commit 6db49c2296
5 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export const ProfilePopup = (props: ProfilePopupProps) => {
</A> </A>
</li> </li>
<li> <li>
<A class={styles.action} href={`/author${author()?.slug}`}> <A class={styles.action} href={`/@${author()?.slug}/comments`}>
<Icon name="comment" class={styles.icon} /> <Icon name="comment" class={styles.icon} />
{t('Comments')} {t('Comments')}
</A> </A>

View File

@ -1 +0,0 @@
This is folder with Playwright tests, that are needed to move in /tests dir for wrking on playwright circle