Skip to content

Commit f56654e

Browse files
committed
Adjust logo position and regenerate all favicons from updated SVG
1 parent 8866cbe commit f56654e

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/apple-touch-icon.png

-2.76 KB
Loading

public/favicon.ico

-1.09 KB
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading

public/logo.svg

Lines changed: 1 addition & 1 deletion
Loading

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ const structuredData = [
2121
"@type": "Organization",
2222
name: siteConfig.author,
2323
url: siteConfig.url,
24-
logo: `${siteConfig.url}/pictures/logo.svg`,
24+
logo: `${siteConfig.url}/logo.svg`,
2525
},
2626
];
2727
---
2828

2929
<BaseLayout
30-
title="OpenTaint | The open source taint analysis engine for the AI era"
30+
title="The open source taint analysis engine for the AI era"
3131
description="The open source taint analysis engine for the AI era. Enterprise-grade dataflow analysis with code-native rules — no paywall, no pattern-matching compromises."
3232
keywords={defaultKeywords}
3333
structuredData={structuredData}

0 commit comments

Comments
 (0)