diff --git a/web/components/Listings.js b/web/components/Listings.js
index 2128f53..39dc8e8 100644
--- a/web/components/Listings.js
+++ b/web/components/Listings.js
@@ -25,6 +25,8 @@ export default class Listings extends React.Component {
if (listings.size === 0) {
return (
+
+
Nema rezultata
Nema oglasa koji ispunjavaju vaše uslove pretrage.
diff --git a/web/dist/main.css b/web/dist/main.css
index dd49a23..e1ae603 100644
--- a/web/dist/main.css
+++ b/web/dist/main.css
@@ -822,3 +822,9 @@ h5 {
line-height: 27px;
letter-spacing: .26px;
}
+
+.fa-frown-o-custom {
+ font-size: 4em;
+ color: #2d3138;
+}
+