Skip to content

Commit

Permalink
fixed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gmook9 committed Aug 11, 2024
1 parent 9dc5a23 commit 79a6f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ const Card: React.FC<CardProps> = ({ imageUrl, cardName, cardBodyText, btnColor,
);
};

export default Card;
export default Card;
2 changes: 1 addition & 1 deletion src/app/components/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ const CodeBlock: React.FC = () => {
);
};

export default CodeBlock;
export default CodeBlock;
3 changes: 1 addition & 2 deletions src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { type ISourceOptions, MoveDirection, OutMode } from '@tsparticles/engine
import Card from '../components/Card';
import Avatar from '../components/Avatar';


const Home: React.FC = () => {
const [init, setInit] = useState(false);

Expand Down Expand Up @@ -147,4 +146,4 @@ const Home: React.FC = () => {
);
};

export default Home;
export default Home;

0 comments on commit 79a6f06

Please sign in to comment.