small improvements

This commit is contained in:
Daniel
2023-07-18 18:14:26 -04:00
parent aef640935b
commit 8838756c16
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export default function Index() {
style={{ color: activeCollection?.color }}
className="sm:w-8 sm:h-8 w-6 h-6 mt-3 drop-shadow"
/>
<p className="sm:text-4xl text-3xl capitalize bg-gradient-to-tr from-sky-500 to-slate-400 bg-clip-text text-transparent font-bold py-1">
<p className="sm:text-4xl text-3xl capitalize bg-gradient-to-tr from-sky-500 to-slate-400 bg-clip-text text-transparent font-bold py-1 break-words hyphens-auto">
{activeCollection?.name}
</p>
</div>