Skip to content

Commit 301ad31

Browse files
committed
fix: blog post
1 parent 8a483f5 commit 301ad31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/blog/2023-06-05.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Es ist möglich dem Button einen Icon-Style zu übergeben. Dazu muss dem Propert
8181
<KolButton
8282
_icon={{
8383
left: {
84-
icon: 'codicon codicon-house',
84+
icon: 'codicon codicon-home',
8585
style: {
8686
color: 'red',
8787
'font-size': '300%',

dev/i18n/en/docusaurus-plugin-content-blog/2023-06-05.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ It is possible to transfer an icon style to the button. To do this, the desired
8181
<KolButton
8282
_icon={{
8383
left: {
84-
icon: 'codicon codicon-house',
84+
icon: 'codicon codicon-home',
8585
style: {
8686
color: 'red',
8787
'font-size': '300%',

0 commit comments

Comments
 (0)