Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0d1a3a

Browse files
ggangixSchaeStewart
authored andcommitted
Fix error caused by a blockquote inside a p tag on About page (codeforgso#29)
* Fix error caused by a blockquote inside a p tag on About page * Move the blockquote outside the paragraph
1 parent 1e73c23 commit f0d1a3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pages/about.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ const About = () => (
77
<p className="title" >About</p>
88
<div className="content">
99
<div className="leftcolumn">
10-
<p>
11-
The Code for America mission is, in part, to
10+
<p>The Code for America mission is, in part, to</p>
1211
<blockquote>build open source technology and organize a network of people dedicated to making government services simple, effective, and easy to use.</blockquote>
13-
</p>
14-
1512
<p>
1613
As a Code for America Brigade, CfG extends this mission to the government and citizens of Greensboro. Our mission is to improve access to city data, to assist in creating and bettering city websites—and generally making the relationship between the city and the citizens better through technology.
1714
</p>

0 commit comments

Comments
 (0)