mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-04-21 10:45:30 -04:00
update <PageTitle /> component
This commit is contained in:
+4
-7
@@ -13,13 +13,10 @@ const Contact = () => (
|
||||
}}
|
||||
/>
|
||||
|
||||
<PageTitle
|
||||
title={
|
||||
<>
|
||||
<MailIcon /> Contact Me
|
||||
</>
|
||||
}
|
||||
/>
|
||||
<PageTitle>
|
||||
<MailIcon /> Contact Me
|
||||
</PageTitle>
|
||||
|
||||
<Content>
|
||||
<div className="wrapper">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user