Skip to content

Commit 9eb47cd

Browse files
committed
fixed legend
1 parent 350cc91 commit 9eb47cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

my-app/src/pages/Projects.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
background: white;
3030
color: black;
3131
padding: 10px;
32+
width: 275px;
3233
}
3334

3435
.warning {

my-app/src/pages/Projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const Projects = () => {
175175
</div>
176176
<div className="row">
177177
<div className="safe"></div>
178-
Currently not at risk of gentrification
178+
Not at risk of gentrification
179179
</div>
180180
</div>
181181
</div>

0 commit comments

Comments
 (0)