Skip to content

Commit afac4b3

Browse files
authored
Merge branch 'master' into case-contrast
2 parents 90deb7a + f601d03 commit afac4b3

File tree

3 files changed

+4
-121
lines changed

3 files changed

+4
-121
lines changed

src/frontend/src/components/App/__snapshots__/App.test.tsx.snap

Lines changed: 2 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Array [
137137
</p>
138138
</div>
139139
<div
140-
className="ba bw3 br3 b--lightest-blue1 bg-white mb4"
140+
className="ba bw3 br3 b--lightest-blue1 bg-white mb6"
141141
>
142142
<div
143143
className="flex items-center justify-between"
@@ -1517,86 +1517,13 @@ Array [
15171517
</li>
15181518
</ul>
15191519
</div>
1520-
<div
1521-
className="bg-white br3 bl bw3 b--red pa4 mb6"
1522-
>
1523-
<button
1524-
aria-controls="panel--1"
1525-
aria-expanded={false}
1526-
data-reach-disclosure-button=""
1527-
data-state="collapsed"
1528-
onClick={[Function]}
1529-
>
1530-
<span
1531-
className="navy fw7 hover-dark-blue"
1532-
>
1533-
Emergency Update: Protests Against Police Violence
1534-
<span
1535-
className="nowrap fw4 hover-dark-blue pl3"
1536-
>
1537-
Learn More
1538-
</span>
1539-
</span>
1540-
</button>
1541-
<div
1542-
data-reach-disclosure-panel=""
1543-
data-state="collapsed"
1544-
hidden={true}
1545-
id="panel--1"
1546-
tabIndex={-1}
1547-
>
1548-
<p
1549-
className="lh-copy pt3"
1550-
>
1551-
Due to ongoing events our partner Qiu-Qiu Law is making all expungement help free to any protesters arrested during this fight. Anyone can register directly to
1552-
1553-
<a
1554-
className="link hover-dark-blue bb"
1555-
href="https://www.qiu-qiulaw.com/register"
1556-
>
1557-
see if you qualify for expungement here
1558-
</a>
1559-
1560-
and a lawyer will return your inquiry within 48 hours.
1561-
</p>
1562-
<p
1563-
className="lh-copy pt3"
1564-
>
1565-
For other communication (to learn more, help out, etc.) you can also contact:
1566-
</p>
1567-
<ul
1568-
className="ml4 mt2"
1569-
>
1570-
<li
1571-
className="mb2"
1572-
>
1573-
Michael Zhang, expungement attorney at Qiu-Qiu Law:
1574-
1575-
<span
1576-
className="nowrap"
1577-
>
1578-
1579-
</span>
1580-
</li>
1581-
<li>
1582-
Jordan Witte, project manager at Code for PDX:
1583-
1584-
<span
1585-
className="nowrap"
1586-
>
1587-
1588-
</span>
1589-
</li>
1590-
</ul>
1591-
</div>
1592-
</div>
15931520
<span
15941521
className="db w4 center bb bw2 b--blue mb3"
15951522
/>
15961523
<p
15971524
className="tc fw7 white mw7 mh4"
15981525
>
1599-
Over 5,600 analyses delivered as of January 2022
1526+
Over 10,000 analyses delivered as of January 2023
16001527
</p>
16011528
</div>
16021529
</div>

src/frontend/src/components/Landing/index.tsx

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -62,53 +62,9 @@ class Landing extends React.Component {
6262
</p>
6363
</div>
6464
<PartnerTable />
65-
66-
<Disclosure>
67-
<div className="bg-white br3 bl bw3 b--red pa4 mb6">
68-
<DisclosureButton>
69-
<span className="navy fw7 hover-dark-blue">
70-
Emergency Update: Protests Against Police Violence
71-
<span className="nowrap fw4 hover-dark-blue pl3">
72-
Learn More
73-
</span>
74-
</span>
75-
</DisclosureButton>
76-
<DisclosurePanel>
77-
<p className="lh-copy pt3">
78-
Due to ongoing events our partner Qiu-Qiu Law is making
79-
all expungement help free to any protesters arrested
80-
during this fight. Anyone can register directly to{" "}
81-
<a
82-
href="https://www.qiu-qiulaw.com/register"
83-
className="link hover-dark-blue bb"
84-
>
85-
see if you qualify for expungement here
86-
</a>{" "}
87-
and a lawyer will return your inquiry within 48 hours.
88-
</p>
89-
<p className="lh-copy pt3">
90-
For other communication (to learn more, help out, etc.)
91-
you can also contact:
92-
</p>
93-
<ul className="ml4 mt2">
94-
<li className="mb2">
95-
Michael Zhang, expungement attorney at Qiu-Qiu Law:{" "}
96-
<span className="nowrap">[email protected]</span>
97-
</li>
98-
<li>
99-
Jordan Witte, project manager at Code for PDX:{" "}
100-
<span className="nowrap">
101-
102-
</span>
103-
</li>
104-
</ul>
105-
</DisclosurePanel>
106-
</div>
107-
</Disclosure>
108-
10965
<span className="db w4 center bb bw2 b--blue mb3"></span>
11066
<p className="tc fw7 white mw7 mh4">
111-
Over 5,600 analyses delivered as of January 2022
67+
Over 10,000 analyses delivered as of January 2023
11268
</p>
11369
</div>
11470
</div>

src/frontend/src/components/PartnerTable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class PartnerTable extends React.Component<{}, any> {
201201
));
202202

203203
return (
204-
<div className="ba bw3 br3 b--lightest-blue1 bg-white mb4">
204+
<div className="ba bw3 br3 b--lightest-blue1 bg-white mb6">
205205
<div className="flex items-center justify-between">
206206
<h3 className="f3 fw9 pv4 ph3">Partners</h3>
207207
<svg

0 commit comments

Comments
 (0)