We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e94ef commit 6ef631dCopy full SHA for 6ef631d
src/theme/Footer/index.js
@@ -44,13 +44,13 @@ function CustomFooter(props) {
44
Docs
45
</a>
46
<a
47
- href="https://blog.coderabbit.ai/"
+ href="https://blog.coderabbit.ai/blog"
48
className="justify-center text-white text-base font-medium whitespace-nowrap mt-1"
49
>
50
Blog
51
52
53
- href="https://coderabbit.ai/pricing"
+ href="https://coderabbit.ai/#pricing"
54
55
56
Pricing
@@ -64,7 +64,7 @@ function CustomFooter(props) {
64
</div>
65
<div className="justify-center items-stretch flex flex-col gap-3 pl-16">
66
67
- href="#"
+ href="https://coderabbit.ai/compliance"
68
className="justify-center text-white text-base font-medium whitespace-nowrap"
69
70
Compliance{" "}
0 commit comments