]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-peertube/about-peertube-contributors.component.html
Fix dropdown on video miniature for unlogged users
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube-contributors.component.html
CommitLineData
f0876a2c
C
1<div class="peertube-contributors">
2 <h3 i18n class="section-title">Who made this software?</h3>
1eb23e12 3
f0876a2c
C
4 <p align="center">
5 <strong>Developed with &#10084; by <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">Framasoft</a></strong>
6 </p>
1eb23e12 7
f0876a2c
C
8 <p align="center">
9 <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">
10 <img width="150px" src="/client/assets/images/framasoft.png" alt="Framasoft logo"/>
11 </a>
12 </p>
1eb23e12 13
f0876a2c
C
14 <div [innerHTML]="creditsHtml"></div>
15</div>