Benjamin Yule Bädorf
e6279896d6
* Separate german and english language pages * Add a services page with details per service * Move hakken dates into the same container as the text * Introductory text on the homepage
5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
export default ({ otherLang, baseURL }) => <a
|
|
href={otherLang.urlPrefix ? `/${otherLang.urlPrefix }` : baseURL}
|
|
class="ps-homelink ps-homelink_lang"
|
|
>{otherLang.slug}</a>
|