added call to action pointing to contributing doc

This commit is contained in:
2025-02-16 20:40:27 +01:00
parent 3e26ee2559
commit 521da22993
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "discipleofland",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"type": "module",
"scripts": {
+7
View File
@@ -36,6 +36,7 @@
</main>
<footer>
<p>v{{ version }}</p>
<p><a href="https://github.com/YouHaveTrouble/DiscipleOfLand/blob/master/CONTRIBUTING.MD">Need YOUR help to input node, item and zone data!</a></p>
</footer>
</div>
</template>
@@ -227,7 +228,13 @@ nav {
}
footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1rem 0.25rem;
gap: 0.5rem;
p {
margin: 0;
}
}
</style>