Skip to content

Commit a4850ca

Browse files
authored
Merge pull request #5 from infragmo/website-fixes
website: fix twitter handle
2 parents 7a8fb34 + 4259fd7 commit a4850ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const config = {
9494
announcementBar: {
9595
id: 'announcementBar-1', // Increment on change
9696
content:
97-
'⭐️ Auditum just launched, and we would appreciate if you spread the word! Give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/infragmo/auditum">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/auditum">Twitter</a>',
97+
'⭐️ Auditum just launched, and we would appreciate if you spread the word! Give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/infragmo/auditum">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/auditumio">Twitter</a>',
9898
backgroundColor: '#fafbfc',
9999
textColor: '#091E42',
100100
isCloseable: true,
@@ -175,7 +175,7 @@ const config = {
175175
},
176176
{
177177
label: 'Twitter',
178-
href: 'https://twitter.com/auditum',
178+
href: 'https://twitter.com/auditumio',
179179
},
180180
{
181181
label: 'Stack Overflow',

0 commit comments

Comments
 (0)