summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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%;