Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanesssalai committed Jul 16, 2024
1 parent 3907efc commit e79941b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sellerDashboard/sellerDashboard.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.good-job-ehe {
display: flex;
justify-content: center; /* Aligns horizontally */
justify-content: center;
align-items: center;
text-align: center;
font-size: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/viewproduct/ViewProduct.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import "slick-carousel/slick/slick-theme.css";
import Format from '../../components/format/Format';
import OfferPopup from './offerPopup/offerPopup';
import ViewOffers from './viewOffers/viewOffers';
import SellerDashboard from '../../components/sellerDashboard/SellerDashboard';
import SimilarProducts from '../../components/recommendation/similarProducts/similarProductsRec';
import SellerDashboard from '../../components/sellerDashboard/SellerDashboard.jsx';
import './ViewProduct.css';

function timeSincePost(postDate) {
Expand Down

0 comments on commit e79941b

Please sign in to comment.