cleaning things up and now going for different routing scheme

This commit is contained in:
talksik
2022-01-30 23:23:37 -08:00
parent b060a8dee2
commit 6f9536fd81
5 changed files with 74 additions and 99 deletions
+4 -4
View File
@@ -99,12 +99,12 @@ export default function Header() {
{/* controls */}
<div className="flex flex-row items-center space-x-5 px-5">
<FaHeadphones
className="text-xl text-slate-200
hover:cursor-pointer hover:text-white hover:scale-110 trasition-all animate-pulse"
className="text-xl text-teal-500
hover:cursor-pointer hover:scale-110 trasition-all animate-pulse"
/>
<FaMicrophoneAlt
className="text-xl text-slate-200
hover:cursor-pointer hover:text-white hover:scale-110 trasition-all animate-pulse"
className="text-xl text-teal-500
hover:cursor-pointer hover:scale-110 trasition-all animate-pulse"
/>
</div>