minor change to public page

This commit is contained in:
Daniel 2023-06-01 05:41:19 +03:30
parent 6ef8e8f870
commit a4e2dfee56

View File

@ -23,7 +23,7 @@ export default function ({ link, count }: Props) {
return (
<a href={link.url} target="_blank" className="rounded-3xl">
<div className="bg-gradient-to-tr from-gray-100 from-10% to-slate-200 via-20% shadow-md sm:hover:shadow-none duration-100 rounded-3xl cursor-pointer p-5 flex items-start relative gap-5 sm:gap-10 group/item">
<div className="bg-gradient-to-tr from-slate-200 from-10% to-gray-50 via-20% shadow-md sm:hover:shadow-none duration-100 rounded-3xl cursor-pointer p-5 flex items-start relative gap-5 sm:gap-10 group/item">
<Image
src={`https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=${url.origin}&size=32`}
width={42}