From 837e0e904c40f7b87561c34ca3f49edd5d8d1c52 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 28 Sep 2023 18:03:43 +0200 Subject: feat(components): replace icons with a generic Icon component Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS. --- 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 fd46201..d8a982d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -411,10 +411,6 @@ "defaultMessage": "Sidebar", "description": "PageLayout: accessible name for the sidebar" }, - "cl7YNU": { - "defaultMessage": "CC BY SA", - "description": "CCBySA: icon title" - }, "dDK5oc": { "defaultMessage": "{website} picture", "description": "Branding: photo alternative text" @@ -627,6 +623,10 @@ "defaultMessage": "Sending mail...", "description": "ContactForm: spinner message on submit" }, + "yB1SPF": { + "defaultMessage": "CC BY SA", + "description": "Layout: copyright title" + }, "yE/Jdz": { "defaultMessage": "You are here:", "description": "Pagination: current page indication" -- cgit v1.2.3