fix(platforms): make platforms' websites and submit urls more prominent

+ show default podcast website (castopod) link first in links page
This commit is contained in:
Yassine Doghri 2023-11-17 17:26:37 +00:00
commit 61cf8fa3e2
25 changed files with 609 additions and 507 deletions

View file

@ -86,7 +86,7 @@ class UserController extends BaseController
*/
public function attemptCreate(): RedirectResponse
{
helper('text');
helper(['text', 'email']);
$db = db_connect();
$db->transStart();