Skip to content

Commit 8140e5b

Browse files
reading time done and refactor
1 parent e11b6f0 commit 8140e5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
180 KB
Loading

src/content/cra-redux-toolkit-rsxj-setup.md renamed to src/content/react-redux-toolkit-rsxj-redux-observable-boilerplate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 'CRA, ReduxToolkit, RxJs'
2+
title: 'Boilerplate 2021: RxJs in CRA application'
33
date: '2021-06-01'
44
author: 'Wojciech Cendrzak'
5-
image: '/images/translate.png'
6-
tags: 'swager,TypeScript'
5+
image: '/images/boilerplate-rx-js.png'
6+
tags: 'React,TypeScript,RxJs'
77
isPublished: false
88
---
99

src/pages-internal/post/post.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const PostPage: React.FC<PostPageProps> = ({ post }) => {
3232
</div>
3333
)}
3434
<div>{translate(translationKeys.pages.posts.readintTime, { readingTime: post.readingTimeInMinutes })}</div>
35-
{post.image && <PostImage priority src={post.image} height={340} width={680} alt={post.title} />}
35+
{post.image && <PostImage priority src={post.image} height={400} width={680} alt={post.title} />}
3636
</PostHeader>
3737
<Content>
3838
<ReactMarkdown components={markDownComponents}>{post.content || ''}</ReactMarkdown>

0 commit comments

Comments
 (0)