diff --git a/pages/contact.php b/pages/contact.php index b3f4a38..fe1161c 100644 --- a/pages/contact.php +++ b/pages/contact.php @@ -37,8 +37,8 @@ $router->get('/contact', function() { 'id' => 'twitter', 'name' => 'Twitter', 'icon' => 'fmi fmi-twitter', - 'display' => '@smugwave', - 'link' => '//twitter.com/smugwave', + 'display' => '@flashwahaha', + 'link' => '//twitter.com/flashwahaha', ], [ 'id' => 'youtube', diff --git a/pages/index.php b/pages/index.php index a08f6c7..fe9cc84 100644 --- a/pages/index.php +++ b/pages/index.php @@ -178,8 +178,8 @@ $router->get('/', function() use ($db) { 'id' => 'twitter', 'name' => 'Twitter', 'icon' => 'fmi fmi-twitter', - 'display' => '@smugwave', - 'link' => '//twitter.com/smugwave', + 'display' => '@flashwahaha', + 'link' => '//twitter.com/flashwahaha', ], ];