We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae2b65 commit b4c2877Copy full SHA for b4c2877
src/components/Landing.vue
@@ -57,7 +57,7 @@
57
import sidebar from '../components/Sidebar';
58
import image_1 from '../assets/images/coderbot_wide1.jpg';
59
import image_2 from '../assets/images/coderbot_wide3.jpg';
60
-import image_3 from '../assets/images/coderbot_wide4.jpg';
+// import image_3 from '../assets/images/coderbot_wide4.jpg';
61
62
export default {
63
components: {
@@ -73,9 +73,6 @@ export default {
73
data() {
74
return {
75
carouselItems: [
76
- {
77
- src: image_3,
78
- },
79
{
80
src: image_1,
81
},
0 commit comments