Skip to content

Commit

Permalink
notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Risav03 committed Feb 4, 2023
1 parent e5ecea1 commit 8884263
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions studentfrontend/pages/notices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,40 +33,40 @@ export default function Notices() {
console.log({post})
if (!post) return null;

const notices = [
{
id: "1",
title: "Notice-1",
description: "This notice is for fools please dont react if you are not a fool",
time: "20:14",
teacher: "Teacher Name",
image: "www.link.com/image"
},
{
id: "2",
title: "Notice-2",
description: "This notice is for fools please dont react if you are not a fool",
time: "20:26",
teacher: "Teacher Name",
image: "www.link.com/image"
},
{
id: "3",
title: "Notice-3",
description: "This notice is for fools please dont react if you are not a fool",
time: "20:35",
teacher: "Teacher Name",
image: "www.link.com/image"
},
{
id: "4",
title: "Notice-4",
description: "This notice is for fools please dont react if you are not a fool",
time: "20:40",
teacher: "Teacher Name",
image: "www.link.com/image"
}
];
// const notices = [
// {
// id: "1",
// title: "Notice-1",
// description: "This notice is for fools please dont react if you are not a fool",
// time: "20:14",
// teacher: "Teacher Name",
// image: "www.link.com/image"
// },
// {
// id: "2",
// title: "Notice-2",
// description: "This notice is for fools please dont react if you are not a fool",
// time: "20:26",
// teacher: "Teacher Name",
// image: "www.link.com/image"
// },
// {
// id: "3",
// title: "Notice-3",
// description: "This notice is for fools please dont react if you are not a fool",
// time: "20:35",
// teacher: "Teacher Name",
// image: "www.link.com/image"
// },
// {
// id: "4",
// title: "Notice-4",
// description: "This notice is for fools please dont react if you are not a fool",
// time: "20:40",
// teacher: "Teacher Name",
// image: "www.link.com/image"
// }
// ];

return (
<Body title="Notices">
Expand Down

3 comments on commit 8884263

@vercel
Copy link

@vercel vercel bot commented on 8884263 Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ed360-teacher-backend – ./teacherBackend

ed360-teacher-backend-raihankhan-rk.vercel.app
ed360-teacher-backend-git-main-raihankhan-rk.vercel.app
ed360-teacher-backend.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8884263 Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8884263 Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ed360-teacher-frontend – ./teacherfrontend

ed360-teacher-frontend-git-main-raihankhan-rk.vercel.app
ed360-teacher-frontend.vercel.app
ed360-teacher-frontend-raihankhan-rk.vercel.app

Please sign in to comment.