Skip to content

Commit c01ec89

Browse files
committed
add minor fixes
1 parent 7ce6339 commit c01ec89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/ui/src/components/Advanced/AdvancedTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const AdvancedTab: React.FC<AdvancedTabProps> = (): JSX.Element => {
3737
event.preventDefault();
3838

3939
const output = await appService.runCustomCommand(command);
40-
40+
4141
// Append the command and output to the output box
4242
try {
4343
const jsonOutput = JSON.parse(output);

build/ui/src/components/Setup/MinipoolActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function MinipoolActions({
3838
</div>
3939
<div className="button-container">
4040
<Button
41-
href={`http://my.dappnode/packages/${config?.package}.eth/backup`}
41+
href={`http://my.dappnode/packages/my/${config?.package}.eth/backup`}
4242
variant="contained"
4343
color="primary"
4444
target="_blank"

0 commit comments

Comments
 (0)