dere-cbai
commited on
Commit
·
c96d945
1
Parent(s):
a9b1c9e
Add US Only filter button for international students
Browse files- src/pages/Index.tsx +2 -2
src/pages/Index.tsx
CHANGED
@@ -106,7 +106,7 @@ const Index = () => {
|
|
106 |
};
|
107 |
|
108 |
// Define US states and territories that should be included in "US Only" filter
|
109 |
-
const usRegions = new Set(["USA"
|
110 |
|
111 |
// Toggle a single tag
|
112 |
const toggleTag = (tag: string) => {
|
@@ -251,7 +251,7 @@ const Index = () => {
|
|
251 |
}
|
252 |
}}
|
253 |
>
|
254 |
-
|
255 |
</Button>
|
256 |
|
257 |
{/* Display selected countries */}
|
|
|
106 |
};
|
107 |
|
108 |
// Define US states and territories that should be included in "US Only" filter
|
109 |
+
const usRegions = new Set(["USA"]);
|
110 |
|
111 |
// Toggle a single tag
|
112 |
const toggleTag = (tag: string) => {
|
|
|
251 |
}
|
252 |
}}
|
253 |
>
|
254 |
+
US Only
|
255 |
</Button>
|
256 |
|
257 |
{/* Display selected countries */}
|