You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be the same for ALL the pages (team, activities, stories) ; currently the page title is hardcoded and not using the title defined in the CMS.
The about page uses the title defined in the CMS.
https://github.com/openknowledgebe/website/blob/main/src/pages/about.js#L31
It should be the same for ALL the pages (team, activities, stories) ; currently the page title is hardcoded and not using the title defined in the CMS.
https://github.com/openknowledgebe/website/blob/main/src/pages/activities.js#L42-L45
https://github.com/openknowledgebe/website/blob/main/src/pages/stories.js#L28-L31
https://github.com/openknowledgebe/website/blob/main/src/pages/team.js#L138-L141
Styling should also be the same (see
css="margin-bottom: 3rem;"
for activities page) !The text was updated successfully, but these errors were encountered: