Skip to content

Commit

Permalink
Fix enamad size and background
Browse files Browse the repository at this point in the history
  • Loading branch information
marzban-dev committed Sep 1, 2024
1 parent ab7db2b commit 60d616f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/components/Footer/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Sponsors = () => {
return sponsors?.filter(sponsor => sponsor.icon !== null).map((sponsor) => {
return (
<Link key={sponsor.id} href={sponsor.link}
className="shrink-0 size-[35px] sm:size-[40px] md:size-[50px] relative">
className="shrink-0 size-[35px] sm:size-[50px] md:size-[70px] relative">
<Image
className="w-full"
src={sponsor.icon!}
Expand All @@ -26,8 +26,11 @@ const Sponsors = () => {

return (
<div className="flex items-center gap-4">
<a referrerPolicy="origin" target="_blank"
href="https://trustseal.enamad.ir/?id=522399&amp;Code=o8fqvvZMjohX11ANciXEsgcm2YoIl6av"><img
<a
className="shrink-0 size-[35px] sm:size-[50px] md:size-[70px] rounded-[5px] p-[6px]"
referrerPolicy="origin"
target="_blank"
href="https://trustseal.enamad.ir/?id=522399&amp;Code=o8fqvvZMjohX11ANciXEsgcm2YoIl6av"><img
referrerPolicy="origin"
src="https://trustseal.enamad.ir/logo.aspx?id=522399&amp;Code=o8fqvvZMjohX11ANciXEsgcm2YoIl6av" alt=""
// @ts-ignore
Expand Down

0 comments on commit 60d616f

Please sign in to comment.