Skip to content

Commit 54e1214

Browse files
committed
Fix some configs
1 parent 650e13b commit 54e1214

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Note: all types support user-created types like structs. In short, with BinSync
2525
changes you make in your decompiler with any decompiler supported by BinSync.
2626

2727
For synchronous help, or a more vocal discussion, join our discord:
28+
2829
[![Discord](https://img.shields.io/discord/900841083532087347?label=Discord&style=plastic)](https://discord.gg/wZSCeXnEvR)
2930

3031
## Supported Platforms

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const config = {
7373
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
7474
({
7575
// Replace with your project's social card
76-
image: 'img/docusaurus-social-card.jpg',
76+
image: 'img/favicon.ico',
7777
navbar: {
7878
title: 'BinSync',
7979
logo: {
@@ -89,7 +89,7 @@ const config = {
8989
},
9090
{to: '/blog', label: 'Blog', position: 'left'},
9191
{
92-
href: 'https://github.com/facebook/docusaurus',
92+
href: 'https://github.com/binsync/binsync',
9393
label: 'GitHub',
9494
position: 'right',
9595
},

0 commit comments

Comments
 (0)