Adds submit link for empty sections

pull/215/head
Alicia Sykes 1 month ago
parent a2f36e1ce7
commit 90bb158a96

@ -131,6 +131,8 @@ const {
<p class="nothing-yet">
<strong>⚠️ This section is still a work in progress ⚠️</strong><br />
Check back soon, or help us complete it by submiting a pull request on GitHub.
<br />
<span class="quick-submit">Or submit an entry <a href="/submit">here</a></span>
</p>
)}
@ -156,6 +158,11 @@ const {
font-style: italic;
text-align: center;
margin-bottom: 3rem;
.quick-submit {
margin-top: 1rem;
font-size: 0.8rem;
opacity: 0.8;
}
}
ul {

Loading…
Cancel
Save