diff --git a/src/components/Avatar/index.js b/src/components/Avatar/index.js index 2e82277..dbc20cc 100644 --- a/src/components/Avatar/index.js +++ b/src/components/Avatar/index.js @@ -7,7 +7,7 @@ function Avatar({ source, size, rounded, status }) { avatar {status && ( diff --git a/src/views/Blog/index.js b/src/views/Blog/index.js index 562707c..1fd229e 100644 --- a/src/views/Blog/index.js +++ b/src/views/Blog/index.js @@ -49,14 +49,15 @@ export const Blog = ({
- {!blog?.author.picFileId && } - {blog?.author.picFileId && ( - author - )} + +
{window.t("نوشته از:") + " " + blog?.author?.name} @@ -100,8 +101,16 @@ export const Blog = ({ {/* desktop */}
-
- +
+ {" "}
{window.t("نوشته از:") + " " + blog?.author?.name}