Skip to content
Snippets Groups Projects

comment and single post styling

Merged Ahmed, Talha (UG - Computer Science) requested to merge talha into main
3 files
+ 12
21
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -38,7 +38,7 @@ function FollowSociety() {
);
if (res.data.message == "success") {
console.log(res.data.message);
// navigate("/generalBoard");
navigate("/generalBoard");
setError(res.data.message);
// setShow(true)
} else {
Loading