Skip to content

Commit

Permalink
fixed logo naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Aug 11, 2024
1 parent 62042f8 commit feaf91f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sparkle/src/logo/dust/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as LogoHorizontalColorLogo } from "./LogoHorizontalColor";
export { default as LogoHorizontalColorLayer1Logo } from "./LogoHorizontalColorLayer1";
export { default as LogoHorizontalColorLayer2Logo } from "./LogoHorizontalColorLayer2";
export { default as LogoHorizontalColorLogoLayer1 } from "./LogoHorizontalColorLayer1";
export { default as LogoHorizontalColorLogoLayer2 } from "./LogoHorizontalColorLayer2";
export { default as LogoHorizontalDarkLogo } from "./LogoHorizontalDark";
export { default as LogoHorizontalWhiteLogo } from "./LogoHorizontalWhite";
export { default as LogoSquareColorLogo } from "./LogoSquareColor";
Expand Down
8 changes: 4 additions & 4 deletions sparkle/src/stories/Logo.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from "react";

import { Div3D, Hover3D, LogoSquareColorLayer2Logo } from "..";
import {
LogoHorizontalColorLayer1Logo,
LogoHorizontalColorLayer2Logo,
LogoHorizontalColorLogo,
LogoHorizontalColorLogoLayer1,
LogoHorizontalColorLogoLayer2,
LogoHorizontalDarkLogo,
LogoHorizontalWhiteLogo,
LogoSquareColorLayer1Logo,
Expand Down Expand Up @@ -85,10 +85,10 @@ export const DustLogo = () => (
<div className="s-p-6">
<Hover3D className="s-relative s-h-8 s-w-32">
<Div3D depth={0} className="s-h-8 s-w-32">
<LogoHorizontalColorLayer1Logo className="s-h-8 s-w-32" />
<LogoHorizontalColorLogoLayer1 className="s-h-8 s-w-32" />
</Div3D>
<Div3D depth={25} className="s-absolute s-top-0">
<LogoHorizontalColorLayer2Logo className="s-h-8 s-w-32" />
<LogoHorizontalColorLogoLayer2 className="s-h-8 s-w-32" />
</Div3D>
</Hover3D>
<div style={itemStyle as React.CSSProperties} className="s-text-sm">
Expand Down

0 comments on commit feaf91f

Please sign in to comment.