Skip to content

Commit

Permalink
Docs: social links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaev committed Jan 17, 2025
1 parent 96ec7ad commit 71ae35f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docs/docus/website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,13 @@ class Footer extends React.Component {
data-show-count="true"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star this project on GitHub">
Loki4j GitHub
GitHub
</a>
{this.props.config.twitterUsername && (
<div className="social">
<a
href={`https://twitter.com/${this.props.config.twitterUsername}`}
className="twitter-follow-button">
Follow @{this.props.config.twitterUsername}
</a>
</div>
)}
<a
href="https://stackoverflow.com/questions/tagged/loki4j"
href="${this.props.config.linkedInProfile}"
target="_blank"
rel="noreferrer noopener">
Stack Overflow
LinkedIn
</a>
</div>
<div>
Expand Down
1 change: 1 addition & 0 deletions docs/docus/website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const siteConfig = {
twitterImage: 'img/undraw_tweetstorm.svg',

twitterUsername: 'arnehaev',
linkedInProfile: 'https://www.linkedin.com/in/nekhaev/',
gaTrackingId: 'G-0Z4FEXM003',
gaGtag: true,

Expand Down

0 comments on commit 71ae35f

Please sign in to comment.