Skip to content

Commit 9723b27

Browse files
committed
Update carosell or however you...
1 parent ea71f59 commit 9723b27

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

metabrainz/templates/index/index.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ <h2 class="page-title">{{ _('Welcome to MetaBrainz!') }}</h2>
4646
</div>
4747
</div>
4848
<div class="item">
49-
<a href="https://acousticbrainz.org/">
50-
<img src="{{ url_for('static', filename='img/logos/acousticbrainz.svg') }}" />
49+
<a href="https://bookbrainz.org/">
50+
<img src="{{ url_for('static', filename='img/logos/bookbrainz.svg') }}" />
5151
</a>
5252
<div class="caption">
53-
{{ _('A crowdsourced collection of acoustic information') }}
53+
{{ _('An open encyclopedia which contains information about published literature') }}
5454
</div>
5555
</div>
5656
<div class="item">
@@ -69,14 +69,6 @@ <h2 class="page-title">{{ _('Welcome to MetaBrainz!') }}</h2>
6969
{{ _('A repository for Creative Commons licensed music reviews') }}
7070
</div>
7171
</div>
72-
<div class="item">
73-
<a href="https://bookbrainz.org/">
74-
<img src="{{ url_for('static', filename='img/logos/bookbrainz.svg') }}" />
75-
</a>
76-
<div class="caption">
77-
{{ _('An open encyclopedia which contains information about published literature') }}
78-
</div>
79-
</div>
8072
<div class="item">
8173
<a href="https://coverartarchive.org/">
8274
<img src="{{ url_for('static', filename='img/logos/coverartarchive.svg') }}" />

0 commit comments

Comments
 (0)