Skip to content

Commit

Permalink
fixing styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruba Al Mahmoud authored and Ruba Al Mahmoud committed Oct 4, 2024
1 parent ca07be5 commit a72adf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/controllers/resources-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

const controllers = {};
controllers.getResourcesButtonPage = async (req, res) => {
res.render('resources-button', {
title: 'Resources Page' // You can customize the title or add more data as needed
});
res.render('resources-button', {
title: 'Resources Page', // You can customize the title or add more data as needed
});
};

module.exports = controllers;

0 comments on commit a72adf6

Please sign in to comment.