mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-17 07:10:08 -06:00
Changed publicUrl to constant uptime type and changed "Public link" text
This commit is contained in:
@@ -88,10 +88,7 @@ const ControlsHeader = ({
|
||||
}) => {
|
||||
const theme = useTheme();
|
||||
const { t } = useTranslation();
|
||||
const publicUrl =
|
||||
type === "uptime"
|
||||
? `/status/uptime/public/${url}`
|
||||
: `/status/distributed/public/${url}`;
|
||||
const publicUrl = `/status/uptime/public/${url}`;
|
||||
|
||||
return (
|
||||
<Stack
|
||||
|
||||
@@ -411,5 +411,5 @@
|
||||
"noFileSelected": "No file selected",
|
||||
"fallbackPage": "Import a file to upload a list of servers in bulk"
|
||||
},
|
||||
"publicLink": "Public Link"
|
||||
"publicLink": "Public link"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user