fix: optimize placeholder banner image & minor fix dark mode

This commit is contained in:
Hafid Nur
2025-11-26 16:35:49 +07:00
parent 810dbaa0ca
commit 00df69fb93
5 changed files with 142 additions and 48 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ const TeamsLayout: FC = (): ReactElement => {
/>
</svg>
</button>
<h1 className="ml-3 text-lg font-bold text-gray-900">Hackathon</h1>
<h1 className="ml-3 text-lg font-bold text-gray-900 dark:text-white">
Hackathon
</h1>
</div>
</div>