File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,17 @@ export default function About() {
4343 </ PageSection >
4444
4545 < PageSection title = "Contact" headingLevel = { 2 } >
46- < p > Michael Zhang</ p >
47- < p > Attorney, licensed in Oregon and Washington</ p >
48- < a
49- href = { `mailto:${ CONTACT_EMAIL } ` }
50- className = "underline text-blue-link hover:text-blue-dark"
51- aria-label = "contact-email"
52- >
53- { CONTACT_EMAIL }
54- </ a >
46+ < div className = "flex flex-col" >
47+ < span > Michael Zhang</ span >
48+ < span > Attorney, licensed in Oregon and Washington</ span >
49+ < a
50+ href = { `mailto:${ CONTACT_EMAIL } ` }
51+ className = "underline text-blue-link hover:text-blue-dark"
52+ aria-label = "contact-email"
53+ >
54+ { CONTACT_EMAIL }
55+ </ a >
56+ </ div >
5557 </ PageSection >
5658
5759 < PageSection
You can’t perform that action at this time.
0 commit comments