Skip to content

Commit

Permalink
feat: remove mentions to Lockdrop, it has been merged in the coming m…
Browse files Browse the repository at this point in the history
…arketing action
  • Loading branch information
LilaRest committed Sep 10, 2023
1 parent 2063dfe commit bc29232
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/app/app/[tab]/AppTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const _AppTabs: FC = () => {
>
Invest
</TabsTrigger>
{isArbitrum && (
{/* {isArbitrum && (
<TabsTrigger value="lockdrop">
Lockdrop
<div
Expand All @@ -62,7 +62,7 @@ const _AppTabs: FC = () => {
<i className="ri-arrow-down-s-fill absolute -bottom-[1.33rem] left-1.5 -z-10 text-3xl text-[#20456c]/90"></i>
</div>
</TabsTrigger>
)}
)} */}
{/* {isLinea && (
<TabsTrigger
value="multi-lockdrop"
Expand Down Expand Up @@ -90,12 +90,12 @@ const _AppTabs: FC = () => {
<TabsContent value="invest">
<AppInvest />
</TabsContent>
<TabsContent value="lockdrop">
{/* <TabsContent value="lockdrop">
<AppLockdrop />
</TabsContent>
<TabsContent value="multi-lockdrop">
<AppMultiLockdrop />
</TabsContent>
</TabsContent> */}
<TabsContent value="get-usdc">
<AppGetUSDC />
</TabsContent>
Expand Down
4 changes: 2 additions & 2 deletions src/components/app/invest/AppInvest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const AppInvest: FC = () => {

return (
<div className="lg:w-[980px] w-full flex flex-col gap-8 pb-8">
{!isLinea && (
{/* {!isLinea && (
<a onClick={() => switchTab("lockdrop")} className="cursor-pointer">
<Card
defaultGradient={false}
Expand Down Expand Up @@ -57,7 +57,7 @@ export const AppInvest: FC = () => {
<i className="ri-arrow-right-line text-4xl text-bg font-black" />
</Card>
</a>
)}
)} */}

<Card
defaultGradient={true}
Expand Down
4 changes: 2 additions & 2 deletions src/components/site/home/HomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const HomeHero: FC<Props> = ({ className }) => {
</div>
</div>
</Link> */}
<Link
{/* <Link
style={
{
// display: isArbitrum ? "inline-block" : "none",
Expand All @@ -126,7 +126,7 @@ const HomeHero: FC<Props> = ({ className }) => {
<i className="ri-arrow-right-line text-xl font-bold text-orange-[#20456c]" />
</div>
</div>
</Link>
</Link> */}
<h2 className="relative inline-flex flex-col text-center font-heading text-[14vw] font-bold leading-none text-slate-700 sm:block sm:text-[11.5vw] md:text-[11.5vw] lg:text-[7.2rem] xl:text-[7.8rem]">
<span className="text-[15vw] drop-shadow-xl sm:[font-size:inherit]">
Stable <span className="whitespace-nowrap">yield for</span>
Expand Down

0 comments on commit bc29232

Please sign in to comment.