<pclass="text-center lead pt-5 mt-5">You are not {{$mode == 'hashtags' ? 'following any hashtags.' : ($mode == 'following' ? 'following anyone.' : 'followed by anyone.')}}</p>
<pclass="text-center lead pt-5 mt-5">You are not {{$mode == 'hashtags' ? 'following any hashtags.' : ($mode == 'following' ? 'following anyone.' : 'followed by anyone.')}}</p>
@else
@else
@ -149,9 +145,7 @@
break;
break;
case 'unfollowhashtag':
case 'unfollowhashtag':
axios.post('/api/local/discover/tag/subscribe', {
axios.post('/api/v1/tags/' + id + '/unfollow').then(res => {