Skip to content

Commit 0e1ec90

Browse files
authored
Merge pull request #12 from DigitalHumanitiesCraft/claude/add-promotional-links-lL3kd
Add DHCraft website and GitHub links to settings footer
2 parents d099293 + 1afa75a commit 0e1ec90

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/views/SettingsView.svelte

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@
206206
<section class="setting-group info">
207207
<p>Mikrobiom Counter v{version}</p>
208208
<p>Daten werden lokal auf deinem Gerät gespeichert.</p>
209+
<p class="info-links">
210+
Ein Projekt von <a href="https://dhcraft.org" target="_blank" rel="noopener">DHCraft</a>
211+
· <a href="https://github.com/DigitalHumanitiesCraft/mikrobiom-counter" target="_blank" rel="noopener">GitHub</a>
212+
</p>
209213
</section>
210214
</div>
211215

@@ -325,6 +329,17 @@
325329
margin-bottom: 0.25rem;
326330
}
327331
332+
.info-links {
333+
margin-top: 0.5rem;
334+
padding-top: 0.5rem;
335+
border-top: 1px solid var(--color-border);
336+
}
337+
338+
.info-links a {
339+
color: var(--color-primary);
340+
text-decoration: none;
341+
}
342+
328343
/* Guide / Glossary */
329344
.guide {
330345
padding: 0;

0 commit comments

Comments
 (0)