diff --git a/app/assets/favicon.png b/app/assets/favicon.png
index a91397f..83209b2 100644
Binary files a/app/assets/favicon.png and b/app/assets/favicon.png differ
diff --git a/app/assets/icon.png b/app/assets/icon.png
index a91397f..83209b2 100644
Binary files a/app/assets/icon.png and b/app/assets/icon.png differ
diff --git a/app/components/FavNotif.js b/app/components/FavNotif.js
index 51b99ca..8b2aaf6 100644
--- a/app/components/FavNotif.js
+++ b/app/components/FavNotif.js
@@ -2,7 +2,7 @@ import React from 'react';
import { StyleSheet, View, Text } from 'react-native';
import Swipeout from 'react-native-swipeout';
import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome'
-import { faQuestion, faTrash } from '@fortawesome/free-solid-svg-icons'
+import { /*faQuestion,*/ faTrash } from '@fortawesome/free-solid-svg-icons'
import PropTypes from 'prop-types';
@@ -11,11 +11,11 @@ export default class FavNotif extends React.Component
constructor(props) {
super(props);
this.swipeData = [
- { // TODO: add a more information feature to the notifications
+ /*{ // TODO: add a more information feature to the notifications
text: ,
backgroundColor: 'blue',
onPress: () => { this.props.info(this.props.data._id) }
- },
+ },*/
{
text: ,
backgroundColor: 'red',
diff --git a/app/components/Notif.js b/app/components/Notif.js
index 5da01f8..8a72f00 100644
--- a/app/components/Notif.js
+++ b/app/components/Notif.js
@@ -2,7 +2,7 @@ import React from 'react';
import { StyleSheet, View, Text } from 'react-native';
import Swipeout from 'react-native-swipeout';
import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome'
-import { faQuestion, faHeart, faTrash } from '@fortawesome/free-solid-svg-icons'
+import { /*faQuestion,*/ faHeart, faTrash } from '@fortawesome/free-solid-svg-icons'
import PropTypes from 'prop-types';
@@ -16,11 +16,11 @@ export default class Notif extends React.Component
backgroundColor: 'green',
onPress: () => { this.props.save(this.props.data) }
},
- { // TODO: add a more information feature to the notifications
+ /*{ // TODO: add a more information feature to the notifications
text: ,
backgroundColor: 'blue',
onPress: () => { this.props.info(this.props.data._id) }
- },
+ },*/
{
text: ,
backgroundColor: 'red',