Skip to content

Commit 417668b

Browse files
nhnt11-bflclaude
andcommitted
Add Learn more link to tagline
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1461376 commit 417668b

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/components/ImageGenerator.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
text-decoration: underline;
7474
}
7575

76+
.separator {
77+
margin: 0 0.5rem;
78+
color: #a3a3a3;
79+
}
80+
7681
.settingsRow {
7782
display: flex;
7883
align-items: flex-start;

src/components/ImageGenerator.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ export default function ImageGenerator() {
231231
<a href="https://blackforestlabs.ai" target="_blank" rel="noreferrer">
232232
Black Forest Labs
233233
</a>
234+
<span className={styles.separator}>·</span>
235+
<a href="https://bfl.ai/models/flux-2-klein" target="_blank" rel="noreferrer">
236+
Learn more
237+
</a>
234238
</p>
235239
</div>
236240
<a

0 commit comments

Comments
 (0)