File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export const COMMUNITY_NAVBAR_LINKS = [
149
149
} ,
150
150
] ;
151
151
152
- export const DISCOVER_PAGE_BUTTONS = [
152
+ export const COMMUNITY_PAGE_BUTTONS = [
153
153
{
154
154
text : "All" ,
155
155
} ,
Original file line number Diff line number Diff line change 2
2
3
3
import CommunitiesNavbar from "../../components/communities_components/CommunitiesNavbar" ;
4
4
import { v4 as uuidv4 } from "uuid" ;
5
- import { DISCOVER_PAGE_BUTTONS } from "../../utils/constants" ;
5
+ import { COMMUNITY_PAGE_BUTTONS } from "../../utils/constants" ;
6
6
import Image from "next/image" ;
7
7
import VivrantCommunitiesCard from "../../components/communities_components/VivrantCommunitiesCard" ;
8
8
import Footer from "@/app/components/reusable/Footer" ;
@@ -16,7 +16,7 @@ const Community = () => {
16
16
Discover New Connections
17
17
</ div >
18
18
< div className = "flex flex-wrap gap-3" >
19
- { DISCOVER_PAGE_BUTTONS . map ( ( data ) => (
19
+ { COMMUNITY_PAGE_BUTTONS . map ( ( data ) => (
20
20
< button
21
21
key = { uuidv4 ( ) }
22
22
className = "bg-[#EAECF0] font-semibold py-2 px-4 rounded hover:shadow-md"
You can’t perform that action at this time.
0 commit comments