Skip to content

Commit 67f5d82

Browse files
fix: update blog link to remove redundant 'blog' subdirectory
1 parent f9fc50b commit 67f5d82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/css/custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ a[docid="docs"] > svg {
8181
}
8282

8383
@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"]
8585
{
8686
display: none;
8787
}
@@ -148,7 +148,7 @@ a[docid="docs"] > svg {
148148
}
149149

150150
@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"]
152152
{
153153
display: none;
154154
}

src/theme/Footer/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function CustomFooter(props) {
4343
Docs
4444
</a>
4545
<a
46-
href="https://blog.coderabbit.ai/blog"
46+
href="https://coderabbit.ai/blog"
4747
className="justify-center text-white text-base font-medium whitespace-nowrap mt-1"
4848
>
4949
Blog

0 commit comments

Comments
 (0)