5 lines
189 B
TypeScript
5 lines
189 B
TypeScript
export default ({ otherLang, baseURL }) => <a
|
|
href={otherLang.urlPrefix ? `/${otherLang.urlPrefix }${baseURL}` : baseURL}
|
|
className="ps-homelink ps-homelink_lang"
|
|
>{otherLang.slug}</a>
|