fix: Remove explore all benefits link from benefits page
This commit is contained in:
@@ -7,7 +7,6 @@ import Header from "@/components/Section/Header"
|
||||
import Button from "@/components/TempDesignSystem/Button"
|
||||
import Chip from "@/components/TempDesignSystem/Chip"
|
||||
import Grids from "@/components/TempDesignSystem/Grids"
|
||||
import Link from "@/components/TempDesignSystem/Link"
|
||||
import BiroScript from "@/components/TempDesignSystem/Text/BiroScript"
|
||||
import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
|
||||
import { getIntl } from "@/i18n"
|
||||
@@ -49,11 +48,6 @@ export default async function NextLevelBenefitsBlock({
|
||||
</article>
|
||||
))}
|
||||
</Grids.Stackable>
|
||||
<Button asChild intent="primary">
|
||||
<Link className={styles.link} href="#">
|
||||
{formatMessage({ id: "Explore all levels and benefits" })}
|
||||
</Link>
|
||||
</Button>
|
||||
</SectionContainer>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -12,7 +12,3 @@
|
||||
.level {
|
||||
transform: rotate(-2deg);
|
||||
}
|
||||
|
||||
.link {
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user