File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { Fragment } from "react" ;
2
+ import { Alert } from "@trussworks/react-uswds" ;
2
3
3
4
export const HomePage = ( ) => {
4
5
return ( < Fragment >
5
- < p className = "usa-intro" >
6
+ < Alert type = { "info" } headingLevel = { "h2" } >
6
7
This site is static-only and < strong > all data</ strong > is saved into your local browser.
7
- </ p >
8
+ </ Alert >
9
+ < h2 id = "section-heading-1" > Website Content Editor</ h2 >
8
10
< p >
9
11
Build website posts with fewer mistakes. The intuitive rich text editor lets you see
10
12
how your page will look as you create it. Your work is saved into the browser’s cache and
11
13
you can download a zip file containing your edits and all associated images allow you
12
14
to submit them into Github using Github Desktop.
13
15
</ p >
14
16
15
- < p > ➤ < strong > Click < i > Blog Edit</ i > in the top nav to begin.</ strong > </ p >
17
+ < p > < strong > Click < i > Blog Edit</ i > in the top nav to begin.</ strong > </ p >
16
18
< h2 id = "section-heading-2" > Basic features</ h2 >
17
19
18
20
< img src = { "./img/tutorial-1.png" } alt = { "screenshot of rich editor toolbar" } className = { "zoom-066" } />
You can’t perform that action at this time.
0 commit comments