Sort & Filter
diff --git a/src/components/Modal.vue b/src/components/Modal.vue
new file mode 100644
index 0000000..95ec2c2
--- /dev/null
+++ b/src/components/Modal.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
Modal body text goes here.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
index b4059db..2e1ba4e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -9,10 +9,10 @@ import 'bootstrap/dist/js/bootstrap.min.js';
// fontawesome
import { library } from '@fortawesome/fontawesome-svg-core';
-import { faPlus, faCheckCircle, faEdit, faTrash, faCat, faSyncAlt, faSort, faSortUp, faSortDown, faTh, faList } from '@fortawesome/free-solid-svg-icons';
+import { faPlus, faCheckCircle, faEdit, faTrash, faCat, faSyncAlt, faSort, faSortUp, faSortDown, faTh, faList, faWindowClose } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
-library.add(faPlus, faCheckCircle, faEdit, faTrash, faCat, faSyncAlt, faSort, faSortUp, faSortDown, faTh, faList);
+library.add(faPlus, faCheckCircle, faEdit, faTrash, faCat, faSyncAlt, faSort, faSortUp, faSortDown, faTh, faList, faWindowClose);
Vue.component('font-awesome-icon', FontAwesomeIcon);
diff --git a/src/store/index.js b/src/store/index.js
index 5afc522..333e093 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -15,7 +15,7 @@ export default new Vuex.Store({
{ uid: 4, description: 'power supply black', box: 5, image: 62 },
{ uid: 5, description: 'pullover yellow "pesthörnchen"', box: 5, image: 84 },
{ uid: 6, description: '"blue black second skin"', box: 6, image: 72 },
- { uid: 7, description: '"the bike blog" bottle orange', box: 6, image: 71 },
+ { uid: 7, description: '"the bike blog" bottle orange', box: 6, image: 83 },
{ uid: 8, description: 'tshirt guad3c', box: 6, image: 26 },
{ uid: 9, description: 'power supply dell', box: 6, image: 74 },
{ uid: 10, description: 'blanket green blue', box: 6, image: 25 },