chore: Update project/deploy settings base url text (#10)

This commit is contained in:
Eric Tuvesson
2024-01-26 16:00:18 +01:00
committed by GitHub
parent 48010f2c29
commit 5976008ae3

View File

@@ -37,7 +37,7 @@ export function DeploySection() {
text="All these settings are temporary and will be moved to another place in a future version." text="All these settings are temporary and will be moved to another place in a future version."
/> />
<Box hasBottomSpacing> <Box hasBottomSpacing>
<Text>The Base Url will be automatically filled in when deploying to Noodl hosting.</Text> <Text>The Base Url.</Text>
</Box> </Box>
<PropertyPanelRow label="Custom Base Url"> <PropertyPanelRow label="Custom Base Url">
<PropertyPanelTextInput value={baseUrl} onChange={handleBaseUrl} /> <PropertyPanelTextInput value={baseUrl} onChange={handleBaseUrl} />