fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -16,7 +16,7 @@ export default async function LinkToOverview() {
|
||||
const overviewHref = `${overview[getLang()]}?${searchParams.toString()}`
|
||||
return (
|
||||
<Link className={styles.overviewLink} href={overviewHref}>
|
||||
<ArrowLeft height={20} width={20} />{" "}
|
||||
<ArrowLeft height={20} width={20} />
|
||||
{intl.formatMessage({ id: "Go back to overview" })}
|
||||
</Link>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user