File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ a[docid="docs"] > svg {
81
81
}
82
82
83
83
@media screen and (max-width : 480px ) {
84
- a .navbar__item .navbar__link [href = "https://blog. coderabbit.ai/blog" ]
84
+ a .navbar__item .navbar__link [href = "https://coderabbit.ai/blog" ]
85
85
{
86
86
display : none;
87
87
}
@@ -148,7 +148,7 @@ a[docid="docs"] > svg {
148
148
}
149
149
150
150
@media screen and (max-width : 480px ) {
151
- a .navbar__item .navbar__link [href = "https://blog. coderabbit.ai/blog" ]
151
+ a .navbar__item .navbar__link [href = "https://coderabbit.ai/blog" ]
152
152
{
153
153
display : none;
154
154
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function CustomFooter(props) {
43
43
Docs
44
44
</ a >
45
45
< a
46
- href = "https://blog. coderabbit.ai/blog"
46
+ href = "https://coderabbit.ai/blog"
47
47
className = "justify-center text-white text-base font-medium whitespace-nowrap mt-1"
48
48
>
49
49
Blog
You can’t perform that action at this time.
0 commit comments