Skip to content

Commit e3ba117

Browse files
committed
new profile url
1 parent e21a04c commit e3ba117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/profile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { faXing, faGithub } from '@fortawesome/free-brands-svg-icons'
1212
import RssFeed from '@material-ui/icons/RssFeed';
1313
import Img from "gatsby-image"
1414

15-
const Profile = ({maxWidth}) => {
15+
const Profile = ({ maxWidth }) => {
1616
const theme = useTheme();
1717

1818
const data = useStaticQuery(graphql`
@@ -81,7 +81,7 @@ const Profile = ({maxWidth}) => {
8181
<Button
8282
color="primary"
8383
variant="outlined"
84-
href="https://jonahpolack.de"
84+
href="https://www.linkedin.com/in/jonah-polack/"
8585
>
8686
Kontakt aufnehmen
8787
</Button>

0 commit comments

Comments
 (0)