Skip to content

Commit

Permalink
docs: πŸ“˜ change elf link to falso link for docusarous
Browse files Browse the repository at this point in the history
wrote link is inserted before which indicate elf repository

BREAKING CHANGE: 🧨 no
  • Loading branch information
okinawaa committed Nov 15, 2022
1 parent de72351 commit d2f3fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
className: 'header-icon-link header-sponsor-link',
},
{
href: 'https://github.com/ngneat/elf/',
href: 'https://github.com/ngneat/false/',
label: ' ',
position: 'right',
className: 'header-icon-link header-github-link',
Expand Down Expand Up @@ -77,7 +77,7 @@ module.exports = {
items: [
{
label: 'GitHub',
href: 'https://github.com/ngneat/elf',
href: 'https://github.com/ngneat/false',
},
{
label: 'Twitter',
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ function HomepageHeader() {
style={{ marginLeft: '10px' }}
>
<a
href="https://github.com/ngneat/elf"
href="https://github.com/ngneat/falso"
rel="noopener"
target="_blank"
aria-label="Star ngneat/elf on GitHub"
aria-label="Star ngneat/falso on GitHub"
style={{
textDecoration: 'none',
color: 'inherit',
Expand Down

0 comments on commit d2f3fdf

Please sign in to comment.