Skip to content

Commit 59bedd6

Browse files
authored
Update info.js
1 parent f9359f1 commit 59bedd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/info.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ function Info({ text, href, target }) {
1616
}
1717

1818
Info.defaultProps = {
19-
href: 'https://twitter.com/staticallyio/status/1321214043051311106',
19+
href: 'https://twitter.com/staticallyio',
2020
target: '_self',
21-
text: `Statically is now powered with Google Cloud CDN and Amazon CloudFront.`,
21+
text: `We are currently working on new features resulting in delays in forum and email support. Follow @staticallyio on Twitter for progress.`,
2222
};
2323

2424
Info.propTypes = {

0 commit comments

Comments
 (0)