Skip to content

Commit 0333f83

Browse files
committed
Update footer links and images
1 parent 0c90859 commit 0333f83

File tree

1 file changed

+77
-35
lines changed

1 file changed

+77
-35
lines changed

src/theme/Footer/index.js

Lines changed: 77 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,56 @@ export default function FooterWrapper(props) {
2929
</div>
3030
<div className="justify-start items-start gap-[100px] flex">
3131
<div className="w-[140px] flex-col justify-center items-start gap-1 inline-flex">
32-
<div className="self-stretch h-[37px] text-white text-[15px]">
32+
<a
33+
href="https://blog.coderabbit.ai/docs/introduction"
34+
className="self-stretch h-[37px] text-white text-[15px]"
35+
>
3336
Docs
34-
</div>
35-
<div className="self-stretch h-[37px] text-white text-[15px] font-medium">
37+
</a>
38+
<a
39+
href="https://blog.coderabbit.ai/blog"
40+
className="self-stretch h-[37px] text-white text-[15px] font-medium"
41+
>
3642
Blog
37-
</div>
38-
<div className="self-stretch h-[37px] text-white text-[15px] font-medium">
43+
</a>
44+
<a
45+
href="https://coderabbit.ai/pricing"
46+
className="self-stretch h-[37px] text-white text-[15px] font-medium"
47+
>
3948
Pricing
40-
</div>
41-
<div className="self-stretch h-[37px] text-white text-[15px] font-medium">
49+
</a>
50+
<a
51+
href="#"
52+
className="self-stretch h-[37px] text-white text-[15px] font-medium"
53+
>
4254
Changelog
43-
</div>
55+
</a>
4456
</div>
4557
<div className="w-[134px] flex-col justify-center items-start gap-2 inline-flex">
46-
<div className="self-stretch h-[37px] text-white text-[15px] font-medium">
47-
Compliance{" "}
48-
</div>
49-
<div className="self-stretch h-[37px] text-white text-[15px] font-medium">
58+
<a
59+
href="YOUR_COMPLIANCE_LINK_HERE"
60+
className="self-stretch h-[37px] text-white text-[15px] font-medium"
61+
>
62+
Compliance
63+
</a>
64+
<a
65+
href="https://calendly.com/coderabbitai/30min"
66+
className="self-stretch h-[37px] text-white text-[15px] font-medium"
67+
>
5068
Schedule a Demo
51-
</div>
52-
<div className="self-stretch h-[37px] text-white text-[15px] font-medium text-nowrap">
69+
</a>
70+
<a
71+
href="https://coderabbit.ai/terms-and-conditions"
72+
className="self-stretch h-[37px] text-white text-[15px] font-medium text-nowrap"
73+
>
5374
Terms & Conditions
54-
</div>
55-
<div className="self-stretch h-[37px] text-white text-[15px] font-medium">
75+
</a>
76+
<a
77+
href="https://coderabbit.ai/privacy-policy"
78+
className="self-stretch h-[37px] text-white text-[15px] font-medium"
79+
>
5680
Privacy Policy
57-
</div>
81+
</a>
5882
</div>
5983
</div>
6084
</div>
@@ -67,24 +91,42 @@ export default function FooterWrapper(props) {
6791
CodeRabbit © 2023.
6892
</div>
6993
<div className="justify-end items-stretch self-stretch flex gap-4 pl-20 max-md:max-w-full max-md:flex-wrap max-md:pl-5">
70-
<img
71-
loading="lazy"
72-
src="https://cdn.builder.io/api/v1/image/assets/TEMP/0f1b48f4977dc728d0cea441017f89664834046c1ce8f3916564bb9a1538f58a?apiKey=bcdfb569bac3439288cb09416e1bbb71&"
73-
className="aspect-square object-contain object-center w-5 overflow-hidden shrink-0 max-w-full"
74-
alt="image 1"
75-
/>
76-
<img
77-
loading="lazy"
78-
src="https://cdn.builder.io/api/v1/image/assets/TEMP/9ef98483828bc1c5e3349eb7c8da5c661ce0e7958e4dfe0e9c67db18e2019c65?apiKey=bcdfb569bac3439288cb09416e1bbb71&"
79-
className="aspect-square object-contain object-center w-5 overflow-hidden shrink-0 max-w-full"
80-
alt="image 2"
81-
/>
82-
<img
83-
loading="lazy"
84-
src="https://cdn.builder.io/api/v1/image/assets/TEMP/54cf490c6e905acb0ac1e2d5b9946ca1adae440948393edc7a12ec1a68b7b95c?apiKey=bcdfb569bac3439288cb09416e1bbb71&"
85-
className="aspect-square object-contain object-center w-5 overflow-hidden shrink-0 max-w-full"
86-
alt="image 3"
87-
/>
94+
<a
95+
href="https://twitter.com/coderabbitai"
96+
target="_blank"
97+
rel="noopener noreferrer"
98+
>
99+
<img
100+
loading="lazy"
101+
src="https://cdn.builder.io/api/v1/image/assets/TEMP/0f1b48f4977dc728d0cea441017f89664834046c1ce8f3916564bb9a1538f58a?apiKey=bcdfb569bac3439288cb09416e1bbb71&"
102+
className="aspect-square object-contain object-center w-5 overflow-hidden shrink-0 max-w-full"
103+
alt="image 1"
104+
/>
105+
</a>
106+
<a
107+
href="https://www.linkedin.com/company/coderabbitai"
108+
target="_blank"
109+
rel="noopener noreferrer"
110+
>
111+
<img
112+
loading="lazy"
113+
src="https://cdn.builder.io/api/v1/image/assets/TEMP/9ef98483828bc1c5e3349eb7c8da5c661ce0e7958e4dfe0e9c67db18e2019c65?apiKey=bcdfb569bac3439288cb09416e1bbb71&"
114+
className="aspect-square object-contain object-center w-5 overflow-hidden shrink-0 max-w-full"
115+
alt="image 2"
116+
/>
117+
</a>
118+
<a
119+
href="https://discord.gg/CVtemB5c"
120+
target="_blank"
121+
rel="noopener noreferrer"
122+
>
123+
<img
124+
loading="lazy"
125+
src="https://cdn.builder.io/api/v1/image/assets/TEMP/54cf490c6e905acb0ac1e2d5b9946ca1adae440948393edc7a12ec1a68b7b95c?apiKey=bcdfb569bac3439288cb09416e1bbb71&"
126+
className="aspect-square object-contain object-center w-5 overflow-hidden shrink-0 max-w-full"
127+
alt="image 3"
128+
/>
129+
</a>
88130
</div>
89131
</footer>
90132
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy