Add events archive #187
Merged
a3thakra
merged 2 commits from adi-events-archive
into main
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'adi-events-archive'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Closes #117
Looks great!
import React from "react";
After the title, there's a missing border-bottom as per Figma
Also inspect element says the title is h1, should be h2
It should be h1 because it's the only heading of the page, so semantically it makes sense for it to be h1
import React from "react";
We have been using 60px for margin-bottom in [term], but I see 40px for this component. Maybe we change one or the other for consistency?
The line height is a lot more (3 instead of 1.5ish) than other sections, so imo 40px actually looks a lot like 60px. I tried to make it 60px and that was a lot.
: defaultGetShapesConfig(width, height);
}) as GetShapesConfig;
function capitalize(str: string) {
We're using this function a lot. Maybe it's worth putting it into lib?
94c44b112d
to98717fafbc
2 years agoc31571f745
into main 2 years agoReviewers
c31571f745
.