File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed
Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments