Skip to content
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

feat(app): add AppTitle component #435

Merged
merged 6 commits into from
Dec 18, 2022
Merged

Conversation

grzegorzpokorski
Copy link
Member

Add AppTitle component with useIsHome hook. Component dispalys as span or h1 tag depending on current pathname. The purpose of creating this component was to improve SEO by providing a tool to help maintain a more semantic hierarchy of H tags on each page.

@vercel
Copy link

vercel bot commented Dec 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
devfaq ✅ Ready (Inspect) Visit Preview Dec 18, 2022 at 7:09PM (UTC)

@github-actions
Copy link

github-actions bot commented Dec 18, 2022

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

This PR introduced no changes to the javascript bundle 🙌

apps/app/src/hooks/useIsHome.ts Outdated Show resolved Hide resolved
apps/app/src/hooks/useIsHome.ts Outdated Show resolved Hide resolved
apps/app/src/components/AppTitle.tsx Outdated Show resolved Hide resolved
apps/app/src/components/AppTitle.tsx Outdated Show resolved Hide resolved
@typeofweb typeofweb merged commit a665209 into develop Dec 18, 2022
@typeofweb typeofweb deleted the add-app-title-component branch December 18, 2022 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants