File tree Expand file tree Collapse file tree 4 files changed +47
-0
lines changed
components/ResourcesAndContacts Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ // import DiscordLogo from "@/public/assets/discord_logo.svg"
2
+ import Image from "next/image"
1
3
2
4
const ResourcesAndContacts = ( ) => {
3
5
return (
@@ -138,16 +140,19 @@ const ResourcesAndContacts = () => {
138
140
< div className = "bg-[#080036] mt-20" >
139
141
< div className = "grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5" >
140
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" >
143
+ < Image src = "assets/discord_logo.svg" alt = "" width = { 25 } height = { 25 } className = "mr-1" />
141
144
< p className = "text-xl font-bold m-2" >
142
145
DISCORD
143
146
</ p >
144
147
</ a >
145
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" >
149
+ < Image src = "assets/fb_logo.svg" alt = "" width = { 25 } height = { 25 } className = "mr-1" />
146
150
< p className = "text-xl font-bold m-2" >
147
151
FACEBOOK
148
152
</ p >
149
153
</ a >
150
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" >
155
+ < Image src = "assets/group_icon.svg" alt = "" width = { 25 } height = { 25 } className = "mr-1" />
151
156
< p className = "text-xl font-bold m-2" >
152
157
FACEBOOK GROUP
153
158
</ p >
You can’t perform that action at this time.
0 commit comments