We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba477e commit f903994Copy full SHA for f903994
src/app/page.jsx
@@ -50,8 +50,6 @@ export default function Home() {
50
<div className={styles.flex}>
51
<Image src="./icon.svg" alt="The app logo, a glowing hexagon." width={80} height={80} />
52
<h1 className={styles.title}>Syntax Sorcerer</h1>
53
- <Image src="./icon.svg" alt="The app logo, a glowing hexagon." width={80} height={80} />
54
- <h1 className={styles.title}>Syntax Sorcerer</h1>
55
</div>
56
57
{/* Main content: CodebaseControls, Chatbot, QueryControls */}
0 commit comments