diff --git a/.gitignore b/.gitignore index be34eed2..2f7b2f02 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,7 @@ npm-debug.log *storybook.log config/dev.secret.exs + +# Ignore files used by MacOS Finder +.DS_Store +*/.DS_Store \ No newline at end of file diff --git a/js/components/modal.tsx b/js/components/modal.tsx index ae0d7cdc..28870edb 100644 --- a/js/components/modal.tsx +++ b/js/components/modal.tsx @@ -27,7 +27,7 @@ export const Modal = ({
{title}
{children}
diff --git a/priv/static/images/close.svg b/priv/static/images/close.svg new file mode 100644 index 00000000..3f341a0f --- /dev/null +++ b/priv/static/images/close.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file