Format code.

This commit is contained in:
Bauke 2022-09-28 19:21:33 +02:00
parent 13542fe219
commit 526642158c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 4 deletions

View File

@ -22,10 +22,7 @@ export class PageFooter extends Component<Props> {
return html`
<footer class="page-footer">
<p>
💖 ${versionLink} © Holllo Free and open-source,
forever.
</p>
<p>💖 ${versionLink} © Holllo Free and open-source, forever.</p>
</footer>
`;
}