summaryrefslogtreecommitdiff
path: root/frontend/app/views/graph/components/graph.header.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-16 16:38:07 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-16 16:38:07 +0100
commita9d86650f40a82a64d1fd8e0525c26422d314d3a (patch)
tree6afbd4a520f557b377096e6bb8a0838c0b725f7e /frontend/app/views/graph/components/graph.header.js
parent6e18c6e4ef6344f92fed99dad9c83484487c32d7 (diff)
make uploads like animism. start audio stuff
Diffstat (limited to 'frontend/app/views/graph/components/graph.header.js')
-rw-r--r--frontend/app/views/graph/components/graph.header.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/app/views/graph/components/graph.header.js b/frontend/app/views/graph/components/graph.header.js
index 46ad962..b969400 100644
--- a/frontend/app/views/graph/components/graph.header.js
+++ b/frontend/app/views/graph/components/graph.header.js
@@ -9,7 +9,8 @@ function GraphHeader(props) {
return (
<header>
<div>
- <Link to="/" className="logo"><b>{props.site.siteTitle}</b></Link>
+ <Link to="/" className="logo arrow">{"◁ "}</Link>
+ <b>{props.site.siteTitle}</b>
</div>
<div>
<button onClick={() => props.graphActions.toggleAddPageForm()}>+ Add page</button>