-
Notifications
You must be signed in to change notification settings - Fork 4
[FEAT] Create the new 'Blog' page #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
♻️ PR Preview eb36b7e has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
import Link from './Link'; | ||
import { capitalize } from '../utils/string'; | ||
|
||
const PageHeader = (): JSX.Element => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost duplicated from the Header class, but we should replace the Header in the home page & have the same in all pages later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok to me, we will see later when we will decide how we manage the header on all pages
|
Covers #187
Accessible from : http://localhost:8000/blog and https://process-analytics-process-analytics-dev-site_preview-pr-224.surge.sh/blog
All page titles are updated and follow 'PAGE_NAME - Process Analytics', except the Home page which keeps 'Process Analytics'.