File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -95,42 +95,6 @@ export default function Footer({ border = false }: { border?: boolean }) {
9595 < div className = "space-y-2 sm:col-span-6 md:col-span-3 lg:col-span-2" >
9696 < h3 className = "text-sm font-medium" > Social</ h3 >
9797 < ul className = "flex gap-1" >
98- < li >
99- < Link
100- className = "flex items-center justify-center transition"
101- style = { { color : "#1da1f2" } }
102- href = "#0"
103- aria-label = "Twitter"
104- onMouseOver = { ( e ) => ( e . currentTarget . style . color = "#0d8ddb" ) }
105- onMouseOut = { ( e ) => ( e . currentTarget . style . color = "#1da1f2" ) }
106- >
107- < svg
108- className = "h-8 w-8 fill-current"
109- viewBox = "0 0 32 32"
110- xmlns = "http://www.w3.org/2000/svg"
111- >
112- < path d = "m13.063 9 3.495 4.475L20.601 9h2.454l-5.359 5.931L24 23h-4.938l-3.866-4.893L10.771 23H8.316l5.735-6.342L8 9h5.063Zm-.74 1.347h-1.457l8.875 11.232h1.36l-8.778-11.232Z" > </ path >
113- </ svg >
114- </ Link >
115- </ li >
116- < li >
117- < Link
118- className = "flex items-center justify-center transition"
119- style = { { color : "#12100e" } }
120- href = "#0"
121- aria-label = "Medium"
122- onMouseOver = { ( e ) => ( e . currentTarget . style . color = "#333" ) }
123- onMouseOut = { ( e ) => ( e . currentTarget . style . color = "#12100e" ) }
124- >
125- < svg
126- className = "h-8 w-8 fill-current"
127- viewBox = "0 0 32 32"
128- xmlns = "http://www.w3.org/2000/svg"
129- >
130- < path d = "M23 8H9a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1Zm-1.708 3.791-.858.823a.251.251 0 0 0-.1.241V18.9a.251.251 0 0 0 .1.241l.838.823v.181h-4.215v-.181l.868-.843c.085-.085.085-.11.085-.241v-4.887l-2.41 6.131h-.329l-2.81-6.13V18.1a.567.567 0 0 0 .156.472l1.129 1.37v.181h-3.2v-.181l1.129-1.37a.547.547 0 0 0 .146-.472v-4.749a.416.416 0 0 0-.138-.351l-1-1.209v-.181H13.8l2.4 5.283 2.122-5.283h2.971l-.001.181Z" > </ path >
131- </ svg >
132- </ Link >
133- </ li >
13498 < li >
13599 < a
136100 className = "flex items-center justify-center transition"
You can’t perform that action at this time.
0 commit comments