File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/ResourcesAndContacts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,19 +139,19 @@ const ResourcesAndContacts = () => {
139
139
140
140
< div className = "bg-[#080036] mt-20" >
141
141
< div className = "grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5" >
142
- < a href = "# " target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
142
+ < a href = "https://bit.ly/CSESocDiscord " target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
143
143
< Image src = "assets/discord_logo.svg" alt = "" width = { 25 } height = { 25 } className = "mr-1" />
144
144
< p className = "text-xl font-bold m-2" >
145
145
DISCORD
146
146
</ p >
147
147
</ a >
148
- < a href = "# " target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
148
+ < a href = "https://www.facebook.com/csesoc/ " target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
149
149
< Image src = "assets/fb_logo.svg" alt = "" width = { 25 } height = { 25 } className = "mr-1" />
150
150
< p className = "text-xl font-bold m-2" >
151
151
FACEBOOK
152
152
</ p >
153
153
</ a >
154
- < a href = "# " target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
154
+ < a href = "https://www.facebook.com/groups/csesoc " target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
155
155
< Image src = "assets/group_icon.svg" alt = "" width = { 25 } height = { 25 } className = "mr-1" />
156
156
< p className = "text-xl font-bold m-2" >
157
157
FACEBOOK GROUP
You can’t perform that action at this time.
0 commit comments