Skip to content

Commit

Permalink
Merge pull request #79 from SpaceyaTech/revert-75-feat/blog-admin-forms
Browse files Browse the repository at this point in the history
Revert "Feat/blog admin forms"
  • Loading branch information
sonylomo authored Nov 13, 2023
2 parents 01523d5 + 4b35e14 commit 946aa98
Show file tree
Hide file tree
Showing 22 changed files with 65 additions and 550 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.11.2",
"tailwind-scrollbar-hide": "^1.1.7"
},
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions src/ADMIN/components/AdminHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function AdminHeader() {
</Link>
<Link
className="text-[#7E8180] hover:text-[#009975] transition-all duration-300 cursor-pointer"
to="/admin/blogs/manage-posts"
to="/admin"
>
Blogs
</Link>
Expand All @@ -76,13 +76,13 @@ function AdminHeader() {
<div className="md:flex gap-8 items-center ">
<Link
className="text-[#7E8180] hover:text-[#009975] transition-all duration-300 cursor-pointer"
to="/admin"
to="/"
>
<img src={bell} alt="notification icon" />
</Link>
<Link
className="text-[#7E8180] hover:text-[#009975] transition-all duration-300 cursor-pointer"
to="/admin"
to="/about-us"
>
<img src={profile} alt="profile pic" className="rounded-full" />
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/ADMIN/components/BottomNavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function BottomNavBar() {

<Link
className="text-[#7E8180] hover:text-[#009975] transition-all duration-300 cursor-pointer"
to="/admin/blogs/manage-posts"
to="/blogs"
>
Blogs
</Link>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
51 changes: 0 additions & 51 deletions src/ADMIN/components/blogs/BlogsHeader.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/ADMIN/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import AddEventPage from "./pages/events/AddEventPage";
import AllEventsPage from "./pages/events/AllEventsPage";
import UpdateEventPage from "./pages/events/UpdateEventPage";
import AdminLayout from "./components/AdminLayout";
import CreatePost from "./pages/blogs/CreatePost";
import ManagePosts from "./pages/blogs/ManagePosts";

export {
AddChapterPage,
Expand All @@ -16,6 +14,4 @@ export {
AllEventsPage,
UpdateEventPage,
AdminLayout,
CreatePost,
ManagePosts,
};
223 changes: 0 additions & 223 deletions src/ADMIN/pages/blogs/CreatePost.jsx

This file was deleted.

Loading

1 comment on commit 946aa98

@vercel
Copy link

@vercel vercel bot commented on 946aa98 Nov 13, 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:

syt-web-redesign – ./

syt-web-redesign-git-main-sytweb.vercel.app
syt-web-redesign.vercel.app
syt-web-redesign-sytweb.vercel.app

Please sign in to comment.