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", "name": "discipleofland",
"version": "0.0.7", "version": "0.0.8",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+7
View File
@@ -36,6 +36,7 @@
</main> </main>
<footer> <footer>
<p>v{{ version }}</p> <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> </footer>
</div> </div>
</template> </template>
@@ -227,7 +228,13 @@ nav {
} }
footer { footer {
display: flex; display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 1rem 0.25rem;
gap: 0.5rem;
p {
margin: 0;
}
} }
</style> </style>