Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e4ae221

Browse files
committed
webui: Remove the Digital Ocean logo from the footer
We've migrated most stuff from Digital Ocean to Hetzner, and for what's left we're paying standard prices rather than being sponsored.
1 parent 2121550 commit e4ae221

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

webui/templates/footer.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<div class="row">
44
<div class="col-md-12">
5-
<table class="table table-responsive" style="text-align: center;">
5+
<table class="table table-responsive" style="text-align: center; margin-bottom: 0px;">
66
<tr>
77
<th style="text-align: center;"><a href="/about" style="color: black;">About Us</a></th>
88
<th style="text-align: center;">Get Involved</th>
@@ -35,8 +35,9 @@
3535
</div>
3636
</div>
3737
<div class="row">
38-
<div class="col-md-6" style="text-align: center; padding-bottom: 6px;"><a href="https://auth0.com"><img alt="Auth0" height="60" src="/images/auth0.svg"/></a></div>
39-
<div class="col-md-6" style="text-align: center; padding-bottom: 6px;"><a href="https://digitalocean.com"><img alt="Digital Ocean" height="60" src="/images/digitalocean.svg"/></a></div>
38+
<div class="col-md-3">&nbsp;</div>
39+
<div class="col-md-6" style="text-align: center; padding-bottom: 12px;"><a href="https://auth0.com"><img alt="Auth0" height="60" src="/images/auth0.svg"/></a></div>
40+
<div class="col-md-3">&nbsp;</div>
4041
</div>
4142
</div>
4243
[[ if eq .Meta.Environment "production" ]]

0 commit comments

Comments
 (0)