Skip to content

Commit df8e910

Browse files
committed
iterate
1 parent 1570dac commit df8e910

23 files changed

Lines changed: 23 additions & 23 deletions

File tree

app/(states)/andhra-pradesh/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function AndhraPradeshPage() {
9696
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9797
>
9898
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
99-
<span className="text-sm text-gray-500">View Details</span>
99+
<span className="text-sm text-gray-500">View Details</span>
100100
</Link>
101101
)
102102
})}

app/(states)/assam/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function AssamPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

app/(states)/bihar/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function BiharPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

app/(states)/chhattisgarh/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function ChhattisgarhPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

app/(states)/goa/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function GoaPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

app/(states)/gujarat/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function GujaratPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

app/(states)/haryana/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function HaryanaPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

app/(states)/jammu-and-kashmir/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function JammuKashmirPage() {
9696
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9797
>
9898
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
99-
<span className="text-sm text-gray-500">View Details</span>
99+
<span className="text-sm text-gray-500">View Details</span>
100100
</Link>
101101
)
102102
})}

app/(states)/jharkhand/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function JharkhandPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

app/(states)/karnataka/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function KarnatakaPage() {
9595
className="flex items-center justify-between rounded-lg border border-gray-200 bg-white px-5 py-4 transition-colors hover:border-green-500 hover:shadow-sm dark:border-gray-700 dark:bg-gray-800"
9696
>
9797
<span className="font-medium text-gray-900 dark:text-gray-100">{city}</span>
98-
<span className="text-sm text-gray-500">View Details</span>
98+
<span className="text-sm text-gray-500">View Details</span>
9999
</Link>
100100
)
101101
})}

0 commit comments

Comments
 (0)