Added a smaller notice

This commit is contained in:
Ajay Ramachandran
2021-05-13 20:03:05 -04:00
parent e680099cec
commit ebf3b324b6
9 changed files with 279 additions and 74 deletions

View File

@@ -13,7 +13,6 @@ export interface SubmissionNoticeProps {
callback: () => unknown;
closeListener: () => void;
smaller: boolean;
}
export interface SubmissionNoticeeState {