Skip to content

Commit

Permalink
chore: remove CRA example
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 9, 2024
1 parent 93bcaf1 commit 1bf159e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import TabContext from '@mui/lab/TabContext'
import { Box, Typography } from '@mui/material'
import { CRALogo } from '../../../logo/CRA'
import { GatsbyLogo } from '../../../logo/Gatsby'
import { NextLogo } from '../../../logo/Next'
import { NuxtLogo } from '../../../logo/Nuxt'
Expand Down Expand Up @@ -55,12 +54,6 @@ export const CodeControl = () => {
<Typography variant="caption">
Examples of the widget used in different projects
</Typography>
<ProjectButton
href="https://github.com/lifinance/widget/tree/main/examples/create-react-app"
icon={<CRALogo />}
>
Create-React-App
</ProjectButton>
<ProjectButton
href="https://github.com/lifinance/widget/tree/main/examples/gatsby"
icon={<GatsbyLogo />}
Expand Down
24 changes: 0 additions & 24 deletions packages/widget-playground/src/logo/CRA.tsx

This file was deleted.

0 comments on commit 1bf159e

Please sign in to comment.