Skip to content

Commit

Permalink
feat: class name for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Apr 11, 2024
1 parent 6893599 commit ff7a8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-editor/src/components/Sidebar/SidebarFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function SidebarFooter() {
<Wrapper between>
<Mention>
{t('poweredBy')} <br />
<a href="https://ciklik.com" target="_blank">
<a href="https://ciklik.com" target="_blank" className="ve-footer-logo">
<Logo src="https://static.ciklik.co/logo.svg" alt="Logo Boxraiser" />
</a>
</Mention>
Expand Down

0 comments on commit ff7a8e7

Please sign in to comment.