diff --git a/pages/contact.php b/pages/contact.php index dc66b78..87c05a1 100644 --- a/pages/contact.php +++ b/pages/contact.php @@ -149,6 +149,13 @@ if($reqPath === '/contact') { 'display' => 'flash', 'link' => '//osu.ppy.sh/u/flash', ], + [ + 'id' => 'tetrio', + 'name' => 'TETR.IO', + 'icon' => 'fmi fmi-tetrio', + 'display' => 'flash', + 'link' => '//ch.tetr.io/u/flash', + ], ], ], diff --git a/public/assets/2020v2.css b/public/assets/2020v2.css index 780fc7e..ac1eecb 100644 --- a/public/assets/2020v2.css +++ b/public/assets/2020v2.css @@ -286,6 +286,7 @@ body { .social-twitch .social-background { background-color: #6441a4; } .social-steam .social-background { background-color: #2c2e35; } .social-osu .social-background { background-color: #ff66aa; } +.social-tetrio .social-background { background-color: #40c045; } .social-email .social-background { background-color: #4a3650; } .social-lastfm .social-background { background-color: #ba0000; } .social-nin-sw .social-background { background-color: #e60012; }