Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenlu committed Oct 4, 2023
1 parent 6edc325 commit fcb2c2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/components/CardComponent.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import ellipse from "../assets/img/Ellipse.png";
import vector from "../assets/img/Vector.png";

import { CardTwoLogosProps } from "../interfaces/interfaces";

const CardComponent = ({
Expand Down
1 change: 0 additions & 1 deletion src/interfaces/interfaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface CardTwoLogosProps {
imgSrc2?: string;
title: string;
description: string;
buttonText: string;
}
export interface appsLoad {
appsInfo: AppData;
Expand Down
3 changes: 0 additions & 3 deletions src/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
Expand Down

0 comments on commit fcb2c2f

Please sign in to comment.