removed text gradient

This commit is contained in:
Daniel
2023-07-22 16:58:51 -04:00
parent f593b95d50
commit e264ef1f97
7 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export default function PublicCollections() {
<div
className={`text-center bg-gradient-to-tr from-sky-100 from-10% via-gray-100 via-20% rounded-3xl shadow-lg p-5`}
>
<p className="text-5xl bg-gradient-to-tr from-sky-500 to-slate-400 bg-clip-text text-transparent font-bold mb-5 capitalize">
<p className="text-5xl text-sky-500 font-bold mb-5 capitalize">
{data.name}
</p>