Skip to content

Commit

Permalink
Merge pull request #3214 from Zemnmez/pr3214
Browse files Browse the repository at this point in the history
Fix broken styles on the TimeEye logo
  • Loading branch information
Zemnmez authored Jun 6, 2023
2 parents 48ef172 + d85945c commit b20d59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/zemn.me/elements/TimeEye/TimeEye.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const TimeEye: React.FC<JSX.IntrinsicElements['svg']> = ({
}) => (
<svg
{...props}
className={classNames(className, style.timeEye)}
className={classNames(className, style['time-eye'])}
viewBox="0 0 17.78 7.81"
>
<g transform="translate(-13.03 -62.53)">
Expand Down

0 comments on commit b20d59c

Please sign in to comment.