Skip to content

Commit f35fdeb

Browse files
authored
Merge pull request #362 from thoughtspot/SCAL-276581
Updated theme builder url
2 parents c66cd1e + cdf5be7 commit f35fdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DevDocTemplate/playGround/ThemeBuilder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22
import BackButton from '../../BackButton';
33

44
export const ThemeBuilder: React.FC<ThemeBuilderProps> = (props) => {
5-
const playgroundUrl = 'https://thoughtspot-theme-builder-five.vercel.app/';
5+
const playgroundUrl = 'https://theme-builder-embed-prod.vercel.app/';
66

77
return (
88
<div className="restApiWrapper">

0 commit comments

Comments
 (0)