From 9aeb82269d7c74c4566b7ca254782a4dfbd69a6e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 25 Oct 2023 18:33:22 +0200 Subject: refactor(components): remove SiteHeader and SiteFooter components They do not help to make the layout more readable (on the contrary I think...) so the props drilling is useless. --- src/i18n/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/i18n/en.json') diff --git a/src/i18n/en.json b/src/i18n/en.json index 2fd2edf..5984b2d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -291,6 +291,10 @@ "defaultMessage": "Other thematics", "description": "ThematicPage: other thematics list widget title" }, + "Kjj1Zk": { + "defaultMessage": "Back to top", + "description": "Layout: an accessible name for the back to top button" + }, "KnWeKh": { "defaultMessage": "Page not found", "description": "Error404Page: page title" @@ -331,10 +335,6 @@ "defaultMessage": "Github profile", "description": "ProjectsPage: Github profile link" }, - "OHvb01": { - "defaultMessage": "Back to top", - "description": "SiteFooter: an accessible name for the back to top button" - }, "OL0Yzx": { "defaultMessage": "Publish", "description": "CommentForm: submit button" -- cgit v1.2.3