Skip to content

Commit

Permalink
jacob changes
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotteconze committed Nov 28, 2023
1 parent 04ff687 commit 7e773ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/FlightTimeSelector/FlightTimeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styles from "./FlightTimeSelector.module.css";
import Icon from "../Icon";
import DatePicker from "react-calendar";
import { useState } from "react";
import "react-calendar/dist/Calendar.css";

const FlightTimeSelector = () => {
type Value = Date | null | [Date, Date];
Expand Down
1 change: 0 additions & 1 deletion src/pages/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "react-datepicker/dist/react-datepicker.css";
import FlightTimeSelector from "../../components/FlightTimeSelector/FlightTimeSelector";

const Dashboard = () => {
Expand Down
3 changes: 0 additions & 3 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ h3,
h4,
h5,
h6 {
margin: 12px 0; /* 0.5em = 12px */
padding: 0;
color: var(--text-on-light);
}

Expand All @@ -80,7 +78,6 @@ h1 {
}

h2 {
margin: 15px 0;
font-size: 20px;
}

Expand Down

0 comments on commit 7e773ec

Please sign in to comment.