diff --git a/src/app.tsx b/src/app.tsx
index c8990f47..6e2f59f3 100644
--- a/src/app.tsx
+++ b/src/app.tsx
@@ -13,6 +13,7 @@ import { getSubplebbitAddress, isPostRoute, isPendingPostRoute } from './lib/uti
import styles from './app.module.css';
import FAQ from './views/faq';
import Home from './views/home';
+import Rules from './views/rules';
import NotFound from './views/not-found';
import PendingPost from './views/pending-post';
import Post from './views/post';
@@ -145,6 +146,7 @@ const App = () => (
+ {loadingText} +
+ ) : rules && rules.length > 0 ? ( ++ This board has no rules set by its owner. +
+ )} +