Skip to content

Commit d76ffb0

Browse files
Copilotchrjohn
andcommitted
Move hero logo to the right of the QuickFIX/J title
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj-pages/sessions/9cd01a9f-10b6-44ba-bbba-ad39a0cb8a55 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
1 parent 9cc54ac commit d76ffb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function HeroBanner() {
1414
<div className={styles.heroContent}>
1515
<div className={styles.heroBadge}>Enterprise FIX Engine</div>
1616
<div className={styles.heroTitleRow}>
17+
<h1 className={styles.heroTitle}>{siteConfig.title}</h1>
1718
<ThemedImage
1819
className={styles.heroLogo}
1920
alt="QuickFIX/J Logo"
@@ -22,7 +23,6 @@ function HeroBanner() {
2223
dark: useBaseUrl('/img/logo-dark.png'),
2324
}}
2425
/>
25-
<h1 className={styles.heroTitle}>{siteConfig.title}</h1>
2626
</div>
2727
<p className={styles.heroSubtitle}>
2828
{siteConfig.tagline}

0 commit comments

Comments
 (0)