Skip to content

Commit 8da61df

Browse files
committed
icons for social link test
1 parent a456e7a commit 8da61df

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/docusaurus.config.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const config: Config = {
199199
`,
200200
},
201201
{
202-
html: '<div style="display:flex; gap:8px; align-items:center;">
202+
html: `<div style="display:flex; gap:8px; align-items:center;">
203203
< a href="https://www.youtube.com/sparkfun" target="_blank" rel="noreferrer noopener" aria- label="SparkFun on YouTube" >
204204
<img src="img/social-youtube.svg" class= "social-image" alt = "SparkFun on YouTube" width = "32" height = "32" />
205205
</a>
@@ -212,29 +212,29 @@ const config: Config = {
212212
< a href = "https://twitter.com/sparkfun" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on Twitter" >
213213
<img src="img/social-twitter.svg" class= "social-image" alt = "SparkFun on Twitter" width = "32" height = "32" />
214214
</a>
215-
</div>'
216-
}
217-
],
218-
},
215+
</div>`
216+
}
217+
],
218+
},
219219
{
220-
title: 'SparkFun',
221-
items: [
222-
{
223-
label: 'Community Forum',
224-
href: 'https://community.sparkfun.com/',
225-
},
226-
{
227-
label: 'SparkFun.com',
228-
href: 'https://www.sparkfun.com/',
229-
},
230-
],
220+
title: 'SparkFun',
221+
items: [
222+
{
223+
label: 'Community Forum',
224+
href: 'https://community.sparkfun.com/',
225+
},
226+
{
227+
label: 'SparkFun.com',
228+
href: 'https://www.sparkfun.com/',
229+
},
230+
],
231231
},
232232
],
233-
copyright: `Copyright © ${new Date().getFullYear()} SparkFun Electronics`,
233+
copyright: `Copyright © ${new Date().getFullYear()} SparkFun Electronics`,
234234
},
235-
prism: {
236-
theme: prismThemes.github,
237-
darkTheme: prismThemes.dracula,
235+
prism: {
236+
theme: prismThemes.github,
237+
darkTheme: prismThemes.dracula,
238238
},
239239
} satisfies Preset.ThemeConfig,
240240
};

0 commit comments

Comments
 (0)