diff --git a/.github/ISSUE_TEMPLATE/report_bug.md b/.github/ISSUE_TEMPLATE/report_bug.md new file mode 100644 index 0000000..100abcb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report_bug.md @@ -0,0 +1,30 @@ +--- +name: Bug in DiceDB Playground +about: Report a bug in the DiceDB Playground +title: '' +labels: '' +assignees: '' +--- + +## Bug Category + +- [ ] UI +- [ ] Backend + +## Steps to Reproduce + +``` +{steps_to_reproduce} +``` + +## Expected Behavior + +``` + +``` + +## Actual Behavior + +``` + +``` diff --git a/apps/playground-web/components/Footer/Footer.tsx b/apps/playground-web/components/Footer/Footer.tsx index 72f2d49..e025f57 100644 --- a/apps/playground-web/components/Footer/Footer.tsx +++ b/apps/playground-web/components/Footer/Footer.tsx @@ -1,152 +1,7 @@ 'use client'; import React from 'react'; -import { Twitter } from '@mui/icons-material'; -import GitHub from '@mui/icons-material/GitHub'; -import People from '@mui/icons-material/People'; -import { Button } from '@dicedb/ui/button'; -import Link from 'next/link'; export default function Footer() { - return ( - - ); + return ; } diff --git a/apps/playground-web/components/Footer/__tests__/Footer.test.tsx b/apps/playground-web/components/Footer/__tests__/Footer.test.tsx deleted file mode 100644 index 061290e..0000000 --- a/apps/playground-web/components/Footer/__tests__/Footer.test.tsx +++ /dev/null @@ -1,133 +0,0 @@ -import '@testing-library/jest-dom'; -import { render, screen } from '@testing-library/react'; -import Footer from '../Footer'; - -const setupTest = () => { - const utils = render(