Skip to content

Commit dcf7647

Browse files
committed
fix(web): increase description text size in banner image
1 parent 9257e3a commit dcf7647

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Loading

packages/ui/src/components/primitives/AOHead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface HeadProps {
1717
export const AOHead = ({
1818
title,
1919
description = 'Build the best Discord support server with Answer Overflow. Index your content into Google, answer questions with AI, and gain insights into your community.',
20-
image = 'https://www.answeroverflow.com/answer-overflow-banner-v2.png',
20+
image = 'https://www.answeroverflow.com/answer-overflow-banner-v3.png',
2121
server = undefined,
2222
addPrefix: addPrefix = false,
2323
imageWidth: imageWidth = '1200',

0 commit comments

Comments
 (0)