Update njump url

This commit is contained in:
Daniele Tonon
2023-05-27 23:49:57 +02:00
parent 48391ddb8f
commit 29745bff38
4 changed files with 10 additions and 2 deletions

View File

@@ -664,8 +664,12 @@ body.note .column_content .profile_intro .published_at {
}
.footer {
color: #9a9a9a;
font-size: 0.8rem;
text-align: center;
}
.footer a {
color: #9a9a9a;
}
/*# sourceMappingURL=styles.css.map */

View File

@@ -643,6 +643,10 @@ body.note {
}
.footer {
color: $color-base5;
font-size: 0.8rem;
text-align: center;
a {
color: $color-base5;
}
}

View File

@@ -1,7 +1,7 @@
<div class="background"></div>
<div class="footer">
Powered by <a href="https://git.fiatjaf.com/njump">njump</a>
powered by <a href="https://github.com/fiatjaf/njump">njump</a>
</div>
<svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">

View File

@@ -70,7 +70,7 @@
<div id="event">{{.eventJSON}}</div>
<div style="display: flex; justify-content: flex-end">
<span>
powered by <a href="https://git.fiatjaf.com/njump">njump</a>
powered by <a href="https://github.com/fiatjaf/njump">njump</a>
</span>
</div>
<script>