Skip to content

Commit 0349976

Browse files
authored
Merge branch 'master' into IT26-21
Signed-off-by: tin <112870726+Therealtin@users.noreply.github.com>
2 parents 3f71ee3 + 7723be0 commit 0349976

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

frontend/public/data/sponsorInfos.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ export const silverLinks: sponsorInfo[] = [
180180
description:
181181
'Finma is an Australian fintech company that provides digital solutions for financial planning, helping users better manage their money and achieve long-term financial goals.'
182182
},
183-
// {
184-
// name: 'Zip',
185-
// href: 'https://zip.co/au',
186-
// svg: '/assets/zip_logo.svg',
187-
// alt: 'Zip logo',
188-
// description:
189-
// "Zip Co Limited is a global 'buy now pay later' financial technology company with operations in Australia, New Zealand and the USA."
190-
// },
183+
{
184+
name: 'Zip',
185+
href: 'https://zip.co/au',
186+
svg: '/assets/zip_logo.svg',
187+
alt: 'Zip logo',
188+
description:
189+
"Zip Co Limited is a global 'buy now pay later' financial technology company with operations in Australia, New Zealand and the USA."
190+
},
191191
// {
192192
// name: 'revolutioniseSport',
193193
// href: 'https://www.revolutionise.com.au/',

frontend/src/components/Hamburger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function Hamburger() {
5757
align="end"
5858
className="w-44 bg-[#3977F9] border-none shadow-lg rounded-2xl text-white dropdown-content overflow-hidden"
5959
>
60-
60+
6161
<DropdownMenuItem asChild className="text-white text-lg py-2 px-4 rounded-2xl focus:bg-white/10 hover:bg-white/10 cursor-pointer dropdown-item">
6262
<Link href="/about" className="w-full block">
6363
About Us

frontend/src/components/Sponsors/SponsorCarousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { diamondLinks, goldLinks } from "@/../public/data/sponsorInfos";
22
import Carousel from 'react-multi-carousel';
3-
import 'react-multi-carousel/lib/styles.css';
3+
// import 'react-multi-carousel/lib/styles.css';
44

55
export default function SponsorCarousel() {
66
const responsive = {

0 commit comments

Comments
 (0)