Skip to content

Commit

Permalink
Creating PR for issue #289
Browse files Browse the repository at this point in the history
  • Loading branch information
akshara-sun committed Dec 19, 2020
1 parent 4016bb7 commit 0c854cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { caretDownOutline, downloadSharp } from "ionicons/icons";
import { IonIcon } from "@ionic/react";
import Button from "./Button";

// Make this component reusable by removing anything that has to do with the download dropdown menu.

export default function Dropdown({ onClick = () => {}, disabled = false }) {
return (
<div className="flex items-center justify-center">
Expand Down
2 changes: 2 additions & 0 deletions src/components/LoginDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { personCircleSharp } from "ionicons/icons";
import { IonIcon } from "@ionic/react";
import Button from "./Button";

// Once the dropdown component is reusable, this file will eventually be deleted.

export default function Dropdown({ onClick = () => {} }) {
return (
<div className="flex items-center justify-center">
Expand Down

0 comments on commit 0c854cf

Please sign in to comment.