Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/StagBIN/frontend into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vjspranav committed Feb 15, 2024
2 parents 83cff5c + af73e00 commit 9e32371
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/ReportBug.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react";
import { makeStyles } from "@material-ui/core/styles";
import { Modal, Button, Form } from "react-bootstrap";
import Swal from "sweetalert2";

const useStyles = makeStyles((theme) => ({
modal: {
Expand Down Expand Up @@ -66,6 +67,14 @@ function ReportBug() {
size="sm"
type="submit"
style={{ float: "right" }}
onClick={() => {
Swal.fire({
title: "FEATURE WIP",
text: "SORRY !!! ",
icon: "warning",
confirmButtonText: "Cool",
});
}}
>
Submit Bug
</Button>
Expand Down

0 comments on commit 9e32371

Please sign in to comment.