Update chat-button.js
This commit is contained in:
parent
9c2ec0fffa
commit
9218432113
@ -11,7 +11,7 @@ const ChatLink = styled.a`
|
|||||||
|
|
||||||
function ChatButton() {
|
function ChatButton() {
|
||||||
return (
|
return (
|
||||||
<ChatLink href="/chat" target="_blank" rel="noopener noreferrer">
|
<ChatLink href="/simple-cms/chat" target="_blank" rel="noopener noreferrer">
|
||||||
<img src="/img/slack.svg" />
|
<img src="/img/slack.svg" />
|
||||||
</ChatLink>
|
</ChatLink>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user