Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/app/(pages)/SponsorsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export default function SponsorPage(): ReactElement {
</>
);

}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/src/app/components/Sponsors/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import TingTing from "@/app/assets/images/sponsors/TingTing.svg"
import CookieFactory from "@/app/assets/images/sponsors/CookieFactory.svg"
import CitizensBank from "@/app/assets/images/sponsors/CitizensBank.svg"
// import MountainJavaLogo from "@/app/assets/images/sponsors/MountainJavaLogo.svg";
import HamroPatroLogo from "@/app/assets/images/sponsors/HamroPatro.png";
import HamroPatroLogo from "@/app/assets/images/sponsors/HamroPatroNew.png";
import HimalogicLogo from "@/app/assets/images/sponsors/Himalogic.svg"
import PrixaLogo from "@/app/assets/images/sponsors/Prixa_White_Logo.png"
// import Programiz from "@/app/assets/images/sponsors/Programiz.svg";
Expand Down Expand Up @@ -67,7 +67,7 @@ import ThirdFactorLogo from "@/app/assets/images/sponsors/TF Logo - White.png";
import EcoSathiLogo from "@/app/assets/images/sponsors/EcoSathi_Logo.svg";
import KTMONELOGO from "@/app/assets/images/sponsors/Ktmone_Logo.svg";
import PRABHUBANKLOGO from "@/app/assets/images/sponsors/PrabhuBank.svg";
import NECLogo from "@/app/assets/images/sponsors/NECBlack.png";
import NECLogo from "@/app/assets/images/sponsors/NECLogo.png";
import BigBytesLogo from "@/app/assets/images/sponsors/BigBytes.png";
import FifthAvenueLogo from "@/app/assets/images/sponsors/FifthAvenue.png";

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/sections/Sponsors/SponsorsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function SponsorsSection() {
image={sponsor.image}
alt={sponsor.imageAlt}
url={sponsor.url}
className={sponsor.className ?? ""}
className={sponsor.className ?? "pt-10"}
/>
</div>
))}
Expand All @@ -45,4 +45,4 @@ export default function SponsorsSection() {
))}
</div>
);
}
}
Loading