diff --git a/.dockerignore b/.dockerignore index fb5a407e9..fe11e95b6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -61,3 +61,9 @@ temp/ # Misc *.pem *.key + +# React Router - https://github.com/remix-run/react-router-templates/blob/dc79b1a065f59f3bfd840d4ef75cc27689b611e6/default/.dockerignore +.react-router/ +build/ +node_modules/ +README.md \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7ebfe7e99..0edc47dcc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,9 +16,10 @@ node_modules /out/ # Production -/build dist/ out/ +build/ +.react-router/ # Misc .DS_Store diff --git a/packages/propel/src/empty-state/assets/vertical-stack/cycle.tsx b/packages/propel/src/empty-state/assets/vertical-stack/cycle.tsx index 15ed428dd..3d99f136b 100644 --- a/packages/propel/src/empty-state/assets/vertical-stack/cycle.tsx +++ b/packages/propel/src/empty-state/assets/vertical-stack/cycle.tsx @@ -9,7 +9,7 @@ export const CycleVerticalStackIllustration = ({ className }: TIllustrationAsset xmlns="http://www.w3.org/2000/svg" className={className} > - + - + = ({ xmlns="http://www.w3.org/2000/svg" className={className} > - +