+
-
-
Current Bids
+
+ Current Bids
{currentBids.map(item => (
- -
+
-
{item.name}
{item.bid}
@@ -88,10 +88,10 @@ const handleBuyClick = () => {
-
-
diff --git a/frontend/src/pages/Payment.jsx b/frontend/src/pages/Payment.jsx
index 9e02637..a2ae629 100644
--- a/frontend/src/pages/Payment.jsx
+++ b/frontend/src/pages/Payment.jsx
@@ -79,7 +79,7 @@ const Payment = () => {
];
return (
-
+
{/* Header */}
+
@@ -123,13 +123,13 @@ export default function ProductDetailsPage() {
{/* Product Content */}
-
+
{/* Left- Image Section */}
![]()
{
};
return (
-
+
{/* Background blobs */}
@@ -71,12 +71,12 @@ const Sell = () => {
-
+
-
+
Sell Your Item
-
+
List your items and connect with buyers on campus
diff --git a/frontend/tailwind.config.ts b/frontend/tailwind.config.ts
index b976b0d..371ccf4 100644
--- a/frontend/tailwind.config.ts
+++ b/frontend/tailwind.config.ts
@@ -1,6 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
- // ... your existing config (content, darkMode, etc.)
+ content: [
+ "./index.html",
+ "./src/**/*.{js,ts,jsx,tsx,mdx}"
+ ],
+ darkMode: "class",
theme: {
extend: {
keyframes: {