diff --git a/.replit b/.replit index 8826cfc..3c5697d 100644 --- a/.replit +++ b/.replit @@ -50,6 +50,10 @@ externalPort = 3000 localPort = 43777 externalPort = 4200 +[[ports]] +localPort = 44937 +externalPort = 6800 + [env] PORT = "5000" diff --git a/client/src/pages/Article.tsx b/client/src/pages/Article.tsx index 1d6d7d2..33b1a70 100644 --- a/client/src/pages/Article.tsx +++ b/client/src/pages/Article.tsx @@ -181,37 +181,36 @@ export default function Article() { )} {outlet && ( -
-
setLocation("/")}> - SAPIENS -
-
- - {outlet.name} - - -
+
+ + {outlet.name} + +
)}
+
+ SAPIENS setLocation("/")} + data-testid="logo-sapiens" + /> +
diff --git a/client/src/pages/Community.tsx b/client/src/pages/Community.tsx index c12e031..c724a17 100644 --- a/client/src/pages/Community.tsx +++ b/client/src/pages/Community.tsx @@ -136,38 +136,35 @@ export default function Community() { )} -
-
setLocation(`/media/${slug}`)}> - SAPIENS -
-
- - {outlet.name} - - -
+
+ + {outlet.name} + +
+ SAPIENS setLocation("/")} + data-testid="logo-sapiens" + />
setIsSearchModalOpen(true)} diff --git a/client/src/pages/MediaOutlet.tsx b/client/src/pages/MediaOutlet.tsx index 173b085..f7c4d98 100644 --- a/client/src/pages/MediaOutlet.tsx +++ b/client/src/pages/MediaOutlet.tsx @@ -207,38 +207,35 @@ export default function MediaOutlet() {
)} -
-
setLocation("/")}> - SAPIENS -
-
- - {outlet.name} - - -
+
+ + {outlet.name} + +
+ SAPIENS setLocation("/")} + data-testid="logo-sapiens" + />
setIsSearchModalOpen(true)} diff --git a/client/src/pages/Report.tsx b/client/src/pages/Report.tsx index 0853ce1..58a6d7c 100644 --- a/client/src/pages/Report.tsx +++ b/client/src/pages/Report.tsx @@ -474,48 +474,37 @@ export default function Report() {
)} -
-
setLocation("/")}> - SAPIENS -
-
- - {outlet.name} - - -
+
+ + {outlet.name} + +
- ) : ( - SAPIENS setLocation("/")} - data-testid="logo-sapiens" - /> - )} + ) : null}
+ SAPIENS setLocation("/")} + data-testid="logo-sapiens" + />
setIsSearchModalOpen(true)}