Closed bodom0015 closed 1 month ago
Name | Link |
---|---|
Latest commit | 80c958f360f6014591950c99f69f15a83d153345 |
Latest deploy log | https://app.netlify.com/sites/cheerful-treacle-913a24/deploys/670494fb7f34080008ba78d8 |
Deploy Preview | https://deploy-preview-320--cheerful-treacle-913a24.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I'm noticing that the font-size
of the page header has changed somewhere... checking to see if I may have lost a bit of needed CSS along the way 🤔
@mradamcox I think I've fixed all the styling discrepancies here :+1: sorry for the additional delay on this - I completely agree that we don't want any styling changes here as a part of this merge
Regarding the title
, it looks like this is set incorrectly in config.json
(contains "News"). Should I go ahead and correct that here? I don't think this is a regression if the bug currently exists on the production site, but maybe I'm missing some context?
Problem
There is quite a bit of copy-pasted code between the Posts + Showcases
We would like a better pattern for adding new categories to avoid copy-pasting as much in the future
Redo of #312
Fixes #302
Approach
src/components/Layout
How to Test