Skip to content

Commit 72a4db2

Browse files
icon fixes
1 parent b0aa98d commit 72a4db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blockopensource/FooterBlockOS.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const copyrightText = footerBlockOSData.copyright || `© ${currentYear} ${footer
1818
{footerBlockOSData.logo && (
1919
<div class="footer-logo w-16 h-16">
2020
<Icon name={footerBlockOSData.logo}/>
21-
<div class="mx-2">{footerBlockOSData.companyName}</div>
21+
<div class="mx-2.5">{footerBlockOSData.companyName}</div>
2222
</div>
2323
)}
2424
</div>

0 commit comments

Comments
 (0)