Update chat-button.js

This commit is contained in:
Daniel Lautzenheiser 2022-09-30 12:09:17 -04:00
parent 9c2ec0fffa
commit 9218432113

View File

@ -11,7 +11,7 @@ const ChatLink = styled.a`
function ChatButton() {
return (
<ChatLink href="/chat" target="_blank" rel="noopener noreferrer">
<ChatLink href="/simple-cms/chat" target="_blank" rel="noopener noreferrer">
<img src="/img/slack.svg" />
</ChatLink>
);