diff --git a/client/html/components/navbar.html b/client/html/components/navbar.html index ef3a46c..6db0db1 100644 --- a/client/html/components/navbar.html +++ b/client/html/components/navbar.html @@ -106,7 +106,7 @@
  • Avatar
  • Friends
  • Messages
  • -
  • Places
  • +
  • Create
  • Settings
  • @@ -126,7 +126,7 @@
  • Avatar
  • Friends
  • Messages
  • -
  • Places
  • +
  • Create
  • Settings
  • diff --git a/client/html/pages/my/places/places.html b/client/html/pages/my/create/create.html similarity index 100% rename from client/html/pages/my/places/places.html rename to client/html/pages/my/create/create.html diff --git a/server/functions/api/routes/pages.js b/server/functions/api/routes/pages.js index 518123b..be71a03 100644 --- a/server/functions/api/routes/pages.js +++ b/server/functions/api/routes/pages.js @@ -31,7 +31,7 @@ router.get("/forum/sections/:section", (req, res) => sendHtmlFile(res, "pages/fo router.get("/catalog", (req, res) => sendHtmlFile(res, "pages/catalog/catalog.html")); // User's personal pages -router.get("/my/places", (req, res) => sendHtmlFile(res, "pages/my/places/places.html")); +router.get("/my/create", (req, res) => sendHtmlFile(res, "pages/my/create/create.html")); router.get("/my/friends", (req, res) => sendHtmlFile(res, "pages/my/friends.html")); router.get("/my/messages", (req, res) => sendHtmlFile(res, "pages/my/messages.html")); router.get("/messages/compose", (req, res) => sendHtmlFile(res, "pages/my/compose/compose.html")); diff --git a/uploads/1728142145403-maxresdefault.jpg b/uploads/1728142145403-maxresdefault.jpg new file mode 100644 index 0000000..8264e09 Binary files /dev/null and b/uploads/1728142145403-maxresdefault.jpg differ