File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import hero from '../../../assets/images/hero-ide-home.png';
2525import react from '../../../assets/icons/home-react.svg' ;
2626import vanilla from '../../../assets/icons/home-js.svg' ;
2727import vue from '../../../assets/icons/home-vue.svg' ;
28- import angulair from '../../../assets/icons/home-angulair .svg' ;
28+ import angular from '../../../assets/icons/home-angular .svg' ;
2929import more from '../../../assets/icons/home-more.svg' ;
3030
3131// import BoxAnimation from './BoxAnimation';
@@ -145,8 +145,8 @@ export default () => {
145145 />
146146 < Sandbox href = "/s/vue" style = { { backgroundImage : `url(${ vue } )` } } />
147147 < Sandbox
148- href = "/s/angulair "
149- style = { { backgroundImage : `url(${ angulair } )` } }
148+ href = "/s/angular "
149+ style = { { backgroundImage : `url(${ angular } )` } }
150150 />
151151 < Sandbox href = "/s" style = { { backgroundImage : `url(${ more } )` } } />
152152 </ SandboxButtons >
You can’t perform that action at this time.
0 commit comments