### Description Add `Link` components from React Router to allow dynamic rendering of components based on URL. ### Acceptance Criteria - [ ] Logo links to `/` - [ ] Home button links to `/` - [ ] `Headline`s link to `/<articleId>`
Description
Add
Linkcomponents from React Router to allow dynamic rendering of components based on URL.Acceptance Criteria
//Headlines link to/<articleId>