diff --git a/.replit b/.replit index 842481c..aca6e40 100644 --- a/.replit +++ b/.replit @@ -18,6 +18,10 @@ externalPort = 80 localPort = 34047 externalPort = 3002 +[[ports]] +localPort = 34469 +externalPort = 6800 + [[ports]] localPort = 36309 externalPort = 5173 @@ -34,10 +38,6 @@ externalPort = 5000 localPort = 37531 externalPort = 3001 -[[ports]] -localPort = 38385 -externalPort = 6800 - [[ports]] localPort = 38387 externalPort = 3003 diff --git a/attached_assets/Logo_main_1760521151702.png b/attached_assets/Logo_main_1760521151702.png new file mode 100644 index 0000000..4d87069 Binary files /dev/null and b/attached_assets/Logo_main_1760521151702.png differ diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index f271ab3..bfe8920 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -10,7 +10,7 @@ export default function Footer() {
SAPIENS SAPIENS Login to SAPIENS diff --git a/client/src/components/MainContent.tsx b/client/src/components/MainContent.tsx index ec8715b..ed54ec1 100644 --- a/client/src/components/MainContent.tsx +++ b/client/src/components/MainContent.tsx @@ -62,6 +62,12 @@ export default function MainContent() { ); return filtered.sort((a, b) => { + // Pin Mohamed Salah to the top in People category + if (category.toLowerCase() === 'people') { + if (a.slug === 'mohamed-salah') return -1; + if (b.slug === 'mohamed-salah') return 1; + } + const aHasArticles = (articleCountByOutlet[a.id] || 0) > 0; const bHasArticles = (articleCountByOutlet[b.id] || 0) > 0; diff --git a/client/src/pages/AdminDashboard.tsx b/client/src/pages/AdminDashboard.tsx index 51c41a9..38ff669 100644 --- a/client/src/pages/AdminDashboard.tsx +++ b/client/src/pages/AdminDashboard.tsx @@ -132,7 +132,7 @@ export default function AdminDashboard() {
SAPIENS search in SAPIENS diff --git a/client/src/pages/AuctionGuide.tsx b/client/src/pages/AuctionGuide.tsx index 6290ecb..c38726b 100644 --- a/client/src/pages/AuctionGuide.tsx +++ b/client/src/pages/AuctionGuide.tsx @@ -25,7 +25,7 @@ export default function AuctionGuide() {
SAPIENS SAPIENS SAPIENS setLocation("/")} diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index 29fcfce..4e6bf7d 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -99,7 +99,7 @@ export default function Home() {
SAPIENS search in SAPIENS diff --git a/client/src/pages/Landing.tsx b/client/src/pages/Landing.tsx index d280fee..06da22b 100644 --- a/client/src/pages/Landing.tsx +++ b/client/src/pages/Landing.tsx @@ -132,7 +132,7 @@ export default function Landing() {
SAPIENS search in SAPIENS diff --git a/client/src/pages/MediaOutlet.tsx b/client/src/pages/MediaOutlet.tsx index e9a8d19..b4d15de 100644 --- a/client/src/pages/MediaOutlet.tsx +++ b/client/src/pages/MediaOutlet.tsx @@ -238,7 +238,7 @@ export default function MediaOutlet() {
search in SAPIENS diff --git a/client/src/pages/Report.tsx b/client/src/pages/Report.tsx index f323e84..8890087 100644 --- a/client/src/pages/Report.tsx +++ b/client/src/pages/Report.tsx @@ -507,7 +507,7 @@ export default function Report() {
search in SAPIENS