From 61a67bed2f05c274cd28e29617770af262f3be2e Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 2 Apr 2016 23:29:36 -0400 Subject: add new post link to home and posts tabs --- src/guff/models/tab.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guff/models') diff --git a/src/guff/models/tab.cr b/src/guff/models/tab.cr index 20dc478..8d6428b 100644 --- a/src/guff/models/tab.cr +++ b/src/guff/models/tab.cr @@ -50,7 +50,7 @@ class Guff::TabModel < Guff::Model "id": "posts", "icon": "fa-cubes", "name": "Posts", - "text": "Manage blog posts, pages, and projects.", + "text": "Manage blog, pages, and projects.", }, { "id": "files", "icon": "fa-files-o", -- cgit v1.2.3