diff --git a/.replit b/.replit index e53b196..14c4d3b 100644 --- a/.replit +++ b/.replit @@ -30,6 +30,10 @@ externalPort = 3003 localPort = 43349 externalPort = 3000 +[[ports]] +localPort = 44299 +externalPort = 4200 + [env] PORT = "5000" diff --git a/article_paragraphs.png b/article_paragraphs.png new file mode 100644 index 0000000..58e09e9 Binary files /dev/null and b/article_paragraphs.png differ diff --git a/client/src/pages/Article.tsx b/client/src/pages/Article.tsx index 34c28dd..efe4871 100644 --- a/client/src/pages/Article.tsx +++ b/client/src/pages/Article.tsx @@ -207,7 +207,7 @@ export default function Article() { ); } return ( -

+

{part.content}

);