3-column layout #699

Merged
mmalmi merged 68 commits from mmalmi/snort:main into main 2023-11-27 15:22:53 +00:00
Showing only changes of commit 59ffb84458 - Show all commits

View File

@ -49,7 +49,7 @@ const FollowsHint = () => {
{...messages.NoFollows}
values={{
newUsersPage: (
<Link to={"/new/discover"}>
<Link to={"/discover"}>
<FormattedMessage {...messages.NewUsers} />
</Link>
),