Localized country names.

This commit is contained in:
Mike Cao 2020-09-30 16:27:27 -07:00
parent e5cd162b83
commit fd69f0df24
22 changed files with 69 additions and 263 deletions

View file

@ -42,7 +42,7 @@ export default function WebsiteDetails({ websiteId, token }) {
} = usePageQuery();
const BackButton = () => (
<div className={styles.backButton}>
<div key="back-button" className={styles.backButton}>
<Link
key="back-button"
href={router.pathname}