Skip to content

Commit 65a6dba

Browse files
committed
Update logo href and navbar styling
1 parent 419bdb8 commit 65a6dba

File tree

3 files changed

+29
-21
lines changed

3 files changed

+29
-21
lines changed

docusaurus.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const config: Config = {
122122
logo: {
123123
alt: "",
124124
src: "img/coderabbit_nav_logo.svg",
125+
href: "https://coderabbit.ai",
125126
},
126127
items: [
127128
{

src/components/HomepageFeatures/index.tsx

+21-21
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ type FeatureItem = {
1515
};
1616

1717
const FeatureList: FeatureItem[] = [
18-
{
19-
title: "Boosting Engineering Efficiency Using AI Code Reviews for Remote Teams",
20-
img: "img/blogs/blog4.jpeg",
21-
description: (
22-
<>
23-
In a world where the office is just a step away from your bed,
24-
we dive into the challenges and triumphs of maintaining code
25-
quality across continents.
26-
</>
27-
),
28-
redirectTo: "/blog/boosting-engineering-efficiency",
29-
chips: ["AI", "Remote teams", "Code Reviews"],
30-
date: "Nov 13, 2023",
31-
author: [
32-
{
33-
name: "This Dot Labs",
34-
img: "https://images.crunchbase.com/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco,dpr_1/og7xjpegm86zqz3mfo3s",
35-
},
36-
],
37-
authorImg: "img/blogs/blog4.jpeg",
38-
},
18+
// {
19+
// title: "Boosting Engineering Efficiency Using AI Code Reviews for Remote Teams",
20+
// img: "img/blogs/blog4.jpeg",
21+
// description: (
22+
// <>
23+
// In a world where the office is just a step away from your bed,
24+
// we dive into the challenges and triumphs of maintaining code
25+
// quality across continents.
26+
// </>
27+
// ),
28+
// redirectTo: "/blog/boosting-engineering-efficiency",
29+
// chips: ["AI", "Remote teams", "Code Reviews"],
30+
// date: "Nov 13, 2023",
31+
// author: [
32+
// {
33+
// name: "This Dot Labs",
34+
// img: "https://images.crunchbase.com/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco,dpr_1/og7xjpegm86zqz3mfo3s",
35+
// },
36+
// ],
37+
// authorImg: "img/blogs/blog4.jpeg",
38+
// },
3939
// {
4040
// title: "Squeezing Water from Stone: Managing OpenAI Rate Limits with Request Prioritization",
4141
// img: headImg3,

src/css/custom.css

+7
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@
3232
--ifm-color-primary-lightest: #4fddbf;
3333
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3434
}
35+
36+
.navbar .navbar__item {
37+
align-items: center;
38+
display: flex;
39+
font-size: 1.25rem;
40+
font-weight: 700;
41+
}

0 commit comments

Comments
 (0)