Skip to content

Commit

Permalink
Update header for member pages (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Dec 17, 2021
1 parent 3bf7a6e commit 6e0aff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby/lobid/src/components/member.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class Member extends React.Component {
src={hbzLogoPng}
alt="hbz logo"
/>
lobid <small>&mdash; {this.props.subtitle}</small>
{this.props.title}
</h1>
</div>

Expand Down
2 changes: 1 addition & 1 deletion gatsby/lobid/src/templates/member.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function MemberPage({ data, location, pageContext }) {
.sort((a, b) => b.datePublished.localeCompare(a.datePublished))
}
contactName="Kontakt"
subtitle="Dateninfrastruktur für Bibliotheken"
title="Offene Infrastruktur"
publications="Publikationen"
language="English"
teamLink="/team-de"
Expand Down

0 comments on commit 6e0aff7

Please sign in to comment.