Skip to content

Commit

Permalink
fix: hidden iframe and change themes name
Browse files Browse the repository at this point in the history
  • Loading branch information
kweripx committed Jan 22, 2024
1 parent ba4d49d commit 6532b54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ export const GettingStartedModal = () => {
{t('editor.gettingStartedModal.seeAction.label')} ({`<`}{' '}
{t('editor.gettingStartedModal.seeAction.time')})
</Heading>
<iframe
{/* <iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/jp3ggg_42-M"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
style={{ borderRadius: '0.5rem', border: 'none' }}
/>
/> */}
<Accordion allowToggle>
<AccordionItem>
<AccordionButton>
Expand All @@ -145,24 +145,24 @@ export const GettingStartedModal = () => {
<AccordionIcon />
</AccordionButton>
<AccordionPanel py={10} as={Stack} spacing="10">
<iframe
{/* <iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/6BudIC4GYNk"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
style={{ borderRadius: '0.5rem', border: 'none' }}
/>
<iframe
/> */}
{/* <iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/ZuyDwFLRbfQ"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
style={{ borderRadius: '0.5rem', border: 'none' }}
/>
/> */}
</AccordionPanel>
</AccordionItem>
</Accordion>
Expand Down
4 changes: 2 additions & 2 deletions apps/builder/src/features/theme/galleryTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const galleryTemplates: Pick<ThemeTemplate, 'id' | 'name' | 'theme'>[] =
[
{
id: 'typebot-light',
name: 'Typebot Light',
name: 'Toolz Light',
theme: {
chat: {
inputs: {
Expand All @@ -37,7 +37,7 @@ export const galleryTemplates: Pick<ThemeTemplate, 'id' | 'name' | 'theme'>[] =
},
{
id: 'typebot-dark',
name: 'Typebot Dark',
name: 'Toolz Dark',
theme: {
chat: {
inputs: {
Expand Down

0 comments on commit 6532b54

Please sign in to comment.