update src/views/Blogs/index.js and Single.js

temp
mahdi 2 years ago
parent 9fe6dfe250
commit b753b104ed
  1. 2
      src/views/Blogs/layouts/Single.js

@ -27,7 +27,7 @@ export const Single = ({ blog, isMobile }) => {
<Avatar size={40} /> <Avatar size={40} />
<div className="flex flex-col py-2 mr-2 justify-center"> <div className="flex flex-col py-2 mr-2 justify-center">
<strong className="text-gray-300 text-tiny font-bold"> <strong className="text-gray-300 text-tiny font-bold">
{window.t("نوشته از:" + " " + "کامران ایزدی")} {window.t("نوشته از:")}
</strong> </strong>
<p className="text-gray-300 mt-2 text-xs"> <p className="text-gray-300 mt-2 text-xs">
{window.t("سردبیر بخش وبلاگ دانوین ایزدی")} {window.t("سردبیر بخش وبلاگ دانوین ایزدی")}

Loading…
Cancel
Save