Skip to content

Commit a456e7a

Browse files
committed
icons for social link test
1 parent 9b09e08 commit a456e7a

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

docs/docusaurus.config.ts

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -199,30 +199,20 @@ const config: Config = {
199199
`,
200200
},
201201
{
202-
html: '<table style="border:none; border-collapse:collapse;">
203-
< tr >
204-
<td style="border:none; padding:0;">
205-
<a href="https://www.youtube.com/sparkfun" target = "_blank" rel="noreferrer noopener" aria- label="SparkFun on YouTube" >
202+
html: '<div style="display:flex; gap:8px; align-items:center;">
203+
< a href="https://www.youtube.com/sparkfun" target="_blank" rel="noreferrer noopener" aria- label="SparkFun on YouTube" >
206204
<img src="img/social-youtube.svg" class= "social-image" alt = "SparkFun on YouTube" width = "32" height = "32" />
207205
</a>
208-
</td>
209-
< td style = "border:none; padding:0;" >
210-
<a href="https://www.github.com/sparkfun" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on GitHub" >
206+
< a href = "https://www.github.com/sparkfun" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on GitHub" >
211207
<img src="img/social-github.svg" class= "social-image" alt = "SparkFun on GitHub" width = "32" height = "32" />
212208
</a>
213-
</td>
214-
< td style = "border:none; padding:0;" >
215-
<a href="https://www.instagram.com/sparkfun/" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on Instagram" >
209+
< a href = "https://www.instagram.com/sparkfun/" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on Instagram" >
216210
<img src="img/social-instagram.svg" class= "social-image" alt = "SparkFun on Instagram" width = "32" height = "32" />
217211
</a>
218-
</td>
219-
< td style = "border:none; padding:0;" >
220-
<a href="https://twitter.com/sparkfun" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on Twitter" >
212+
< a href = "https://twitter.com/sparkfun" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on Twitter" >
221213
<img src="img/social-twitter.svg" class= "social-image" alt = "SparkFun on Twitter" width = "32" height = "32" />
222214
</a>
223-
</td>
224-
</tr>
225-
</table>'
215+
</div>'
226216
}
227217
],
228218
},

0 commit comments

Comments
 (0)