Skip to content

Commit b23ea80

Browse files
committed
Update KubeBrowse link in index.mdx and remove commented logo in astro.config.mjs
1 parent 92527b9 commit b23ea80

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

astro.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ export default defineConfig({
88
starlight({
99
title: 'BrowserSec',
1010
description: 'Open source browser security and detection & response solutions',
11-
// logo: {
12-
// src: './src/assets/carbon_ibm-cloud-security-compliance-center.svg',
13-
// },
11+
1412
social: [
1513
{ icon: 'github', label: 'GitHub', href: 'https://github.com/browsersec' },
1614
{ icon: 'discord', label: 'Discord', href: 'https://discord.gg/FEGZkmjs' },

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
alt: BrowserSec security shield icon
1010
actions:
1111
- text: KubeBrowse
12-
link: https://browsersec.github.io/KubeBrowse
12+
link: https://kubebrowse.pages.dev
1313
icon: external
1414
- text: Get Started
1515
link: /guides/quick-start

0 commit comments

Comments
 (0)