Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit f0ccb4e

Browse files
committed
new changes
1 parent 4e52525 commit f0ccb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/views/pages/landing/Landing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Landing = () => {
4141
// Carousel images
4242
const images = [
4343
{ src: '/image/Freight-Land.jpg', caption: 'Land Freight' },
44-
{ src: '/image/Freight-Air.png', caption: 'Air Freight' },
44+
{ src: '/image/Freight-Air.png' },
4545
]
4646

4747
return (

client/src/views/pages/login/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const Login = () => {
124124
md={4}
125125
className="d-flex flex-column align-items-center justify-content-center bg-primary text-white"
126126
>
127-
<h2>VENDOR LOGIN PORTAL</h2>
127+
<h2>VENDOR PORTAL</h2>
128128
<p>Logistic Management System</p>
129129
<Link to="/" className="text-white">
130130
Landing Page →

0 commit comments

Comments
 (0)