Skip to content

Commit

Permalink
Update ApiPreview.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
CE1CECL authored Oct 16, 2024
1 parent 21af291 commit 9bc8985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lightcord/BetterDiscordApp/src/ui/ApiPreview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class ApiPreview extends React.PureComponent {
</formModule.FormText>
<MarginTop></MarginTop>
<Lightcord.Api.Components.inputs.Button color="brand" look="outlined" size="medium" hoverColor="green" onClick={() => {
remote.shell.openExternal("https://lightcord.org/LightcordApi/")
remote.shell.openExternal("http://localhost:2022/LightcordApi/")
}} wrapper={false}>
Documentation
</Lightcord.Api.Components.inputs.Button>
Expand Down Expand Up @@ -289,4 +289,4 @@ marginTop: "20px", marginBottom: "20px"
}}/>
</div>)
}
}
}

0 comments on commit 9bc8985

Please sign in to comment.