aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/NavigationButtons.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-03-15 00:15:31 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:54:56 +0200
commitd425435c290a7e63c4e30a469da51f43be4db5cc (patch)
tree73b1cfed3ad81bc987312a9093b654ca4bc37c1f /packages/renderer/src/components/locationBar/NavigationButtons.tsx
parentfeat(renderer): Show service error on service icon (diff)
downloadsophie-d425435c290a7e63c4e30a469da51f43be4db5cc.tar.gz
sophie-d425435c290a7e63c4e30a469da51f43be4db5cc.tar.zst
sophie-d425435c290a7e63c4e30a469da51f43be4db5cc.zip
feat: Open in external browser
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/renderer/src/components/locationBar/NavigationButtons.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/NavigationButtons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/renderer/src/components/locationBar/NavigationButtons.tsx b/packages/renderer/src/components/locationBar/NavigationButtons.tsx
index 5c5c959..9995a21 100644
--- a/packages/renderer/src/components/locationBar/NavigationButtons.tsx
+++ b/packages/renderer/src/components/locationBar/NavigationButtons.tsx
@@ -29,7 +29,7 @@ import IconButton from '@mui/material/IconButton';
29import { observer } from 'mobx-react-lite'; 29import { observer } from 'mobx-react-lite';
30import React from 'react'; 30import React from 'react';
31 31
32import Service from '../../stores/Service'; 32import type Service from '../../stores/Service';
33 33
34function NavigationButtons({ 34function NavigationButtons({
35 service, 35 service,