Skip to content

Commit

Permalink
Fix GitHub, align style in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Mar 21, 2024
1 parent 3ff6f52 commit 294ea20
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions gatsby/lobid/src/components/footer.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,24 @@ export default class Footer extends React.Component {
<a href="https://github.com/hbz/lobid/blob/master/conf/Datenschutzerklaerung_lobid.textile">
{this.props.privacy}
</a>
{" | "}
<a
href="https://openbiblio.social/@lobid"
style={{ marginRight: "12px" }}
>
<i className="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon
</a>
{" | "}
<a
href="https://openbiblio.social/@lobid"
style={{ marginRight: "12px" }}
>
<i className="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon
</a>
<a
href="https://metadaten.community/c/software-und-tools/lobid/10"
style={{ marginRight: "12px" }}
>
<img style={{ height: "1em" }} src="/logos/discourse.svg" className="fa" aria-hidden="true"></img> Discourse
<img alt="discourse" style={{ height: "1em" }} src="/logos/discourse.svg" className="fa" aria-hidden="true"></img> Discourse
</a>
<a
href="https://github.com/hbz/lobid"
style={{ marginRight: "12px" }}
>
<i className="fa fa-github" aria-hidden="true"></i> GitHub
<i className="fa-brands fa-github" aria-hidden="true"></i> GitHub
</a>
<a href="http://blog.lobid.org" style={{ marginRight: "12px" }}>
<i className="fa fa-pencil" aria-hidden="true"></i> Blog
Expand Down

0 comments on commit 294ea20

Please sign in to comment.