diff --git a/views/login.handlebars b/views/login.handlebars
index fed59709..da1d0f2e 100644
--- a/views/login.handlebars
+++ b/views/login.handlebars
@@ -1,4 +1,4 @@
-{{> topBar}}
+{{> navBar}}
diff --git a/views/new.handlebars b/views/new.handlebars
index 3e8870c7..25adda81 100644
--- a/views/new.handlebars
+++ b/views/new.handlebars
@@ -1,5 +1,4 @@
-
- {{> topBar}}
+ {{> navBar}}
New on Spee.ch
The 25 most recent publishes on spee.ch
diff --git a/views/noChannel.handlebars b/views/noChannel.handlebars index 3b68d168..8e146980 100644 --- a/views/noChannel.handlebars +++ b/views/noChannel.handlebars @@ -1,5 +1,4 @@ - - {{> topBar}} + {{> navBar}}No Claims
There are no free assets on this channel.
diff --git a/views/noClaims.handlebars b/views/noClaims.handlebars index e1f01bda..edc1c28d 100644 --- a/views/noClaims.handlebars +++ b/views/noClaims.handlebars @@ -1,7 +1,6 @@ - - {{> topBar}} -
-
+{{> navBar}}
+No Claims
-There are no free assets at that claim. You should publish one at spee.ch.
-NOTE: it is possible your claim was published, but it is still being processed by the blockchain
-
+
diff --git a/views/partials/topBar.handlebars b/views/partials/navBar.handlebars
similarity index 100%
rename from views/partials/topBar.handlebars
rename to views/partials/navBar.handlebars
diff --git a/views/popular.handlebars b/views/popular.handlebars
index 9fc49d31..cf5a961d 100644
--- a/views/popular.handlebars
+++ b/views/popular.handlebars
@@ -1,4 +1,4 @@
-{{> topBar}}
+{{> navBar}}
No Claims
+There are no free assets at that claim. You should publish one at spee.ch.
+NOTE: it is possible your claim was published, but it is still being processed by the blockchain
+
{{#each trendingAssets}}
{{> contentListItem}}
diff --git a/views/show.handlebars b/views/show.handlebars
index 1d53ec79..7143c2c4 100644
--- a/views/show.handlebars
+++ b/views/show.handlebars
@@ -1,5 +1,5 @@
- {{> topBar}}
+ {{> navBar}}
diff --git a/views/statistics.handlebars b/views/statistics.handlebars
index e200cf38..1737eef9 100644
--- a/views/statistics.handlebars
+++ b/views/statistics.handlebars
@@ -1,6 +1,6 @@