Skip to content

Commit

Permalink
fix(ticker): simplify + correct values (#19)
Browse files Browse the repository at this point in the history
* fix(ticker): simplify + correct values

* fixup
  • Loading branch information
dohaki authored Feb 20, 2024
1 parent 892f1f8 commit 9343469
Show file tree
Hide file tree
Showing 30 changed files with 393 additions and 75 deletions.
2 changes: 2 additions & 0 deletions src/app/(routes)/_components/hero-section.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Image from "next/image";

import { PartnersTicker } from "@/app/_components/partners-ticker";
import { Hero } from "../../_components/hero";
import { Text } from "../../_components/text";
import { ArrowRightIcon } from "../../_components/icons/arrow-right";
Expand Down Expand Up @@ -38,6 +39,7 @@ export function HeroSection() {
</a>
</div>
</div>
<PartnersTicker />
</Hero>
);
}
2 changes: 2 additions & 0 deletions src/app/(routes)/across-bridge/_components/hero-section.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Image from "next/image";

import { Hero } from "@/app/_components/hero";
import { SupportedChainsTicker } from "@/app/_components/supported-chains-ticker";
import { Text } from "@/app/_components/text";
import { BridgeNowLink } from "@/app/_components/bridge-now-link";
import { ArrowRightIcon } from "@/app/_components/icons/arrow-right";
Expand Down Expand Up @@ -37,6 +38,7 @@ export function HeroSection() {
</BridgeNowLink>
</div>
</div>
<SupportedChainsTicker />
</Hero>
);
}
9 changes: 0 additions & 9 deletions src/app/(routes)/globals.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
/* These variables are used for the infinite scrolling effect in _components/partners-carousel.tsx */
--no-of-slides: 6;
--slides-in-view: 4;
--slide-width: 200px;
--slide-height: 56px;
--iteration-time: 15s;
}
17 changes: 17 additions & 0 deletions src/app/_assets/logos/arb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/app/_assets/logos/balancer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9343469

Please sign in to comment.