Browse Source

better sports news

Xen 1 year ago
parent
commit
47c186d2a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/index.php

+ 1 - 1
www/index.php

@@ -108,7 +108,7 @@ function clean_str($str) {
 		
 		if (str_contains(strtoupper($item_title), strtoupper("sports")))
 		{
-			echo '<h3>🏟 🏆 ⚽ 🏀 🏈 ⚾️ 🎾 🏐 🏉 🎱 ⛹️</h3>'; // 🧒 👦 👦 👨‍👦‍👦
+			echo '<h3 style="font-size: 1;">⚽ 🏀 🏈 ⚾️ 🎾 🏐 🏉 🎱 🏆 🏟 ⛹️ happened</h3>'; // 🧒 👦 👦 👨‍👦‍👦
 			continue;
 		}