AlexsLemonade / AlexsLemonade/refinebio-web

Create routes for the legal pages

Open
#352 0 comments 0 reactions 1 assignee Claimed by @nozomione View on GitHub
Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Context
Resources: [Migrating Pages](https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration#step-4-migrating-pages), [Route Group](https://nextjs.org/docs/app/building-your-application/routing/colocation#route-groups)

We want to add the following static legal pages to the `app` router:
- License
- Privacy
- Terms

### Problem or idea
As stated above, add new routes for the legal pages to the `app` router.

### Solution or next step
- Create the routes for the regal pages: `license`, `privacy`, `terms` in `app`
- Convert `components/shared/PageStatic` ( a shared template for the above pages) to a route group layout (e.g., `StaticPageLayout`)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.