Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinimes committed Sep 21, 2023
1 parent 27ec8ad commit fd5009f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Layout({ children, home }) {
<>
<Image
priority
src="/static/profile.jpg"
src="static/profile.jpg"
className={utilStyles.borderCircle}
height={144}
width={144}
Expand Down
6 changes: 3 additions & 3 deletions pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import 'react-responsive-carousel/lib/styles/carousel.min.css';
// Define the images to display in the slider
const images = [
{
src: '/static/arsho_labs.jpg',
src: 'static/arsho_labs.jpg',
},
{
src: '/static/lab_work.jpg',
src: 'static/lab_work.jpg',
},
{
src: '/static/pro_picture.jpg',
src: 'static/pro_picture.jpg',
},
];

Expand Down

0 comments on commit fd5009f

Please sign in to comment.