diff --git a/src/components/AppliesTo.tsx b/src/components/AppliesTo.tsx index f3a905b..026573d 100644 --- a/src/components/AppliesTo.tsx +++ b/src/components/AppliesTo.tsx @@ -1,4 +1,4 @@ -import "../css/appliesto.css"; +import "../css/AppliesTo.css"; export type AppliesToProps = { win: boolean; diff --git a/src/css/AppliesToC.css b/src/css/AppliesTo.css similarity index 100% rename from src/css/AppliesToC.css rename to src/css/AppliesTo.css