diff --git a/changelog.md b/changelog.md
index 41acd26..481bcb5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,9 @@
- Removed gulp, all tasks are run through npm scripts
- Updating docs for local dev
- Removing support for Docker. I have never used it, nor will I ever test for it, so I don't want to continue to explictly support it on this repo. Feel free to make a fork and make it docker-able though :)
+- Changed icon for the metadata
+- Made links useable in footer (thanks u/Dustfinger1 re:249)
+
diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx
index ffccbbf..4b2d0f1 100644
--- a/client/homebrew/editor/snippetbar/snippetbar.jsx
+++ b/client/homebrew/editor/snippetbar/snippetbar.jsx
@@ -44,7 +44,7 @@ const Snippetbar = React.createClass({
{this.renderSnippetGroups()}
-
+
}
diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less
index 80a9d09..d1d6ba4 100644
--- a/client/homebrew/phbStyle/phb.style.less
+++ b/client/homebrew/phbStyle/phb.style.less
@@ -272,6 +272,7 @@ body {
position : absolute;
bottom : 0px;
left : 0px;
+ z-index : 100;
height : 50px;
width : 100%;
background-image : @footerAccentImage;
@@ -305,6 +306,7 @@ body {
position : absolute;
right : 80px;
bottom : 32px;
+ z-index : 150;
width : 200px;
font-size : 0.8em;
color : #c9ad6a;
diff --git a/todo.md b/todo.md
index 85fec77..bcae4a5 100644
--- a/todo.md
+++ b/todo.md
@@ -2,9 +2,9 @@
- [ ] Make login self contained
- Add a faked internal login page/route
-- [ ] Add better error messaging for not having mongo running
-- [ ] Remove Docker support
-- [ ] Improve docs, explain what that project is
+- [x] Add better error messaging for not having mongo running
+- [x] Remove Docker support
+- [x] Improve docs, explain what that project is
- [ ] Fix search API for admin?
- [ ] Change icon on editor bar to a menu icon
- [ ] Add a new button to the user page navbar