Skip to content

Commit 6ef631d

Browse files
committed
Update footer links
1 parent 38e94ef commit 6ef631d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/theme/Footer/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ function CustomFooter(props) {
4444
Docs
4545
</a>
4646
<a
47-
href="https://blog.coderabbit.ai/"
47+
href="https://blog.coderabbit.ai/blog"
4848
className="justify-center text-white text-base font-medium whitespace-nowrap mt-1"
4949
>
5050
Blog
5151
</a>
5252
<a
53-
href="https://coderabbit.ai/pricing"
53+
href="https://coderabbit.ai/#pricing"
5454
className="justify-center text-white text-base font-medium whitespace-nowrap mt-1"
5555
>
5656
Pricing
@@ -64,7 +64,7 @@ function CustomFooter(props) {
6464
</div>
6565
<div className="justify-center items-stretch flex flex-col gap-3 pl-16">
6666
<a
67-
href="#"
67+
href="https://coderabbit.ai/compliance"
6868
className="justify-center text-white text-base font-medium whitespace-nowrap"
6969
>
7070
Compliance{" "}

0 commit comments

Comments
 (0)