Skip to content

Commit 703c50a

Browse files
committed
fix: logo favicon
1 parent 6a352d1 commit 703c50a

File tree

10 files changed

+2399
-464
lines changed

10 files changed

+2399
-464
lines changed
945 Bytes
Loading
-437 Bytes
Loading
-1.96 KB
Binary file not shown.
206 Bytes
Binary file not shown.
File renamed without changes.

web/public/favicon/favicon.ico

144 Bytes
Binary file not shown.

web/src/components/IDEDemo.tsx

Lines changed: 2393 additions & 462 deletions
Large diffs are not rendered by default.

web/src/components/footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const Footer = () => {
2525
alt="Codebuff Logo"
2626
width={200}
2727
height={100}
28+
priority
2829
className="rounded-sm"
2930
/>
3031
</Link>

web/src/components/navbar/navbar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const Navbar = async () => {
3535
alt="Codebuff"
3636
width={200}
3737
height={100}
38+
priority
3839
className="rounded-sm"
3940
/>
4041
</Link>

web/src/components/ui/landing/cta-section.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ function BenefitCard({
3737
<h3 className={`${SECTION_THEMES.cta.textColor} font-medium text-lg`}>
3838
{title}
3939
</h3>
40-
<p className={`${SECTION_THEMES.cta.textColor}/70 text-sm font-paragraph`}>
40+
<p
41+
className={`${SECTION_THEMES.cta.textColor}/70 text-sm font-paragraph`}
42+
>
4143
{description}
4244
</p>
4345
</div>
@@ -137,7 +139,7 @@ export function CTASection() {
137139
<TerminalCopyButton size="large" pulseBorder={true} />
138140
</div>
139141

140-
<div className="mt-0 text-center text-sm text-white/70">
142+
<div className="mt-2 text-center text-sm text-white/70">
141143
First time? Check out our{' '}
142144
<button
143145
onClick={handleInstallGuideClick}

0 commit comments

Comments
 (0)