From 2629aaed42d83dbcb5e7189235c1d80d7f437d2a Mon Sep 17 00:00:00 2001 From: Justin Poliachik Date: Tue, 29 Oct 2024 12:24:58 -0400 Subject: [PATCH] fix: publish dates for themeing recipes (#179 by @Jpoliachik) --- docs/recipes/Theming-Emotion.mdx | 2 +- docs/recipes/Theming-StyledComponents.mdx | 2 +- docs/recipes/Theming-Unistyles.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/recipes/Theming-Emotion.mdx b/docs/recipes/Theming-Emotion.mdx index df5eabbc..0d592a16 100644 --- a/docs/recipes/Theming-Emotion.mdx +++ b/docs/recipes/Theming-Emotion.mdx @@ -10,7 +10,7 @@ tags: - emotion.js last_update: author: Mark Rickert -publish_date: 2024-12-02 +publish_date: 2024-10-02 --- import Tabs from "@theme/Tabs"; diff --git a/docs/recipes/Theming-StyledComponents.mdx b/docs/recipes/Theming-StyledComponents.mdx index b5ca3a04..e1a93ac2 100644 --- a/docs/recipes/Theming-StyledComponents.mdx +++ b/docs/recipes/Theming-StyledComponents.mdx @@ -10,7 +10,7 @@ tags: - styled-components last_update: author: Mark Rickert -publish_date: 2024-12-02 +publish_date: 2024-10-02 --- import Tabs from "@theme/Tabs"; diff --git a/docs/recipes/Theming-Unistyles.mdx b/docs/recipes/Theming-Unistyles.mdx index 23dfe19d..d3594e49 100644 --- a/docs/recipes/Theming-Unistyles.mdx +++ b/docs/recipes/Theming-Unistyles.mdx @@ -10,7 +10,7 @@ tags: - unistyles last_update: author: Mark Rickert -publish_date: 2024-12-02 +publish_date: 2024-10-02 --- import Tabs from "@theme/Tabs";