Skip to content

Commit

Permalink
bynder-logo class
Browse files Browse the repository at this point in the history
  • Loading branch information
webknit committed Oct 2, 2023
1 parent 202fda7 commit 841a5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Logo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function Logo(props: any) {
typeof LogoPath === "string" ? (
<img src={props.url} alt={props.alt} className="logo__image" />
) : (
<span className="logo__image bynder">
<span className="logo__image bynder-logo">
<LogoPath />
</span>
);
Expand Down
2 changes: 1 addition & 1 deletion lib/Logo/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $logo-max-width: 150px !default;
max-width: $logo-max-width;
max-height: $logo-max-height;

&.bynder {
&.bynder-logo {
max-width: 40px;

svg {
Expand Down

0 comments on commit 841a5c0

Please sign in to comment.