summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-02 13:28:27 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-02 13:28:27 -0800
commit9e385e28ea6ef1ae6845a0e7efa034b7a876b1c7 (patch)
tree17c2c53a1c1c301a5079b7663b007d7cada6892e /web
parent31cc68ebf2033461b4cd9f20c939ee91a4d0328b (diff)
downloadchat-9e385e28ea6ef1ae6845a0e7efa034b7a876b1c7.tar.gz
chat-9e385e28ea6ef1ae6845a0e7efa034b7a876b1c7.tar.bz2
chat-9e385e28ea6ef1ae6845a0e7efa034b7a876b1c7.zip
Changing name of var
Diffstat (limited to 'web')
-rw-r--r--web/react/components/center_panel.jsx2
-rw-r--r--web/sass-files/sass/partials/_content.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/center_panel.jsx b/web/react/components/center_panel.jsx
index e458187ff..848e8952e 100644
--- a/web/react/components/center_panel.jsx
+++ b/web/react/components/center_panel.jsx
@@ -65,7 +65,7 @@ export default class CenterPanel extends React.Component {
createPost = (
<div
- id='perma-link-home'
+ id='archive-link-home'
>
<a
href=''
diff --git a/web/sass-files/sass/partials/_content.scss b/web/sass-files/sass/partials/_content.scss
index 7957493a6..c013edbe9 100644
--- a/web/sass-files/sass/partials/_content.scss
+++ b/web/sass-files/sass/partials/_content.scss
@@ -31,7 +31,7 @@
z-index: 3;
}
-#perma-link-home {
+#archive-link-home {
@include flex(0 0 auto);
background: #fff;
width: 100%;