mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
Remove sample notifications (#133)
This commit is contained in:
parent
5904ed9a11
commit
1ddd70ab92
1 changed files with 1 additions and 21 deletions
|
|
@ -36,27 +36,7 @@ import {
|
|||
} from "../../context/LayoutContext";
|
||||
import { useUserDispatch, signOut } from "../../context/UserContext";
|
||||
|
||||
const notifications = [
|
||||
{ id: 0, color: "warning", message: "Check out this awesome ticket" },
|
||||
{
|
||||
id: 1,
|
||||
color: "success",
|
||||
type: "info",
|
||||
message: "What is the best way to get ...",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
color: "secondary",
|
||||
type: "notification",
|
||||
message: "This is just a simple notification",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
color: "primary",
|
||||
type: "e-commerce",
|
||||
message: "12 new orders has arrived today",
|
||||
},
|
||||
];
|
||||
const notifications = [];
|
||||
|
||||
export default function Header(props) {
|
||||
var classes = useStyles();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue