Skip to content

Commit

Permalink
Score
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Mar 18, 2024
1 parent 512e42f commit 40c3e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/dock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import React from "react";
import { useRef } from "react";

const Component = React.forwardRef((props, ref) => (
<Image {...props} ref={ref} />
<Image {...props} ref={ref} alt="App" />
));

const MotionComponent = motion(Component);
Expand Down
1 change: 1 addition & 0 deletions apps/website/src/components/infinite-moving-cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const InfiniteMovingCards = ({
src={item.avatarUrl}
width={48}
height={48}
alt="Tweet"
className="rounded-full overflow-hidden"
/>
<div className="flex flex-col">
Expand Down

0 comments on commit 40c3e16

Please sign in to comment.