From 63649750d31ffa4513c3beb56daf8371f09b5ca8 Mon Sep 17 00:00:00 2001 From: Steve White Date: Thu, 10 Oct 2024 10:23:19 -0500 Subject: [PATCH] Working on adding images --- .env | 2 +- src/components/Items.js | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.env b/.env index eb0d86e..b654964 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -REACT_APP_API_URL=http://10.0.0.16:8080 +REACT_APP_API_URL=http://10.0.0.66:8080 diff --git a/src/components/Items.js b/src/components/Items.js index adf1d24..71d10e8 100644 --- a/src/components/Items.js +++ b/src/components/Items.js @@ -8,6 +8,8 @@ import { Button, IconButton, Typography, + Avatar, // Import Avatar for image display + ListItemAvatar // Import ListItemAvatar } from '@mui/material'; import { Delete as DeleteIcon, Edit as EditIcon } from '@mui/icons-material'; import axios from 'axios'; @@ -121,6 +123,14 @@ export default function Items({ token }) { }> + + +