From 7f8eab6364d6f39bf4da96a28fb7c34b6e829c22 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 26 Sep 2022 18:03:57 +0000 Subject: [PATCH] smugwave -> flashwahaha --- pages/contact.php | 4 ++-- pages/index.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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', ], ];