Skip to content

Commit 7305621

Browse files
committed
sponsoring message
1 parent 4a01ccf commit 7305621

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,19 @@ <h2>Welcome to Korppi! 👋</h2>
274274
</div>
275275
<div class="welcome-body">
276276
<p>Get started by setting up your profile to personalize your writing experience.</p>
277+
278+
<p style="margin-top: 15px; margin-bottom: 20px; font-size: 0.9em; color: var(--text-secondary);">
279+
If you find Korppi useful, please consider <a href="https://github.com/sponsors/b-rodrigues"
280+
target="_blank" style="color: var(--primary); text-decoration: none;">sponsoring its
281+
development</a>.
282+
</p>
283+
277284
<div class="welcome-actions">
278285
<button id="welcome-configure-profile-btn" class="btn-primary">
279286
Configure Profile
280287
</button>
281-
<a href="https://example.com/docs" id="welcome-docs-link" class="btn-secondary" target="_blank">
288+
<a href="https://b-rodrigues.github.io/korppi/" id="welcome-docs-link" class="btn-secondary"
289+
target="_blank">
282290
View Documentation
283291
</a>
284292
</div>

0 commit comments

Comments
 (0)