Skip to content

Commit

Permalink
Fix more build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tolujimoh committed Apr 16, 2024
1 parent b23ca31 commit 85b974a
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 14 deletions.
46 changes: 39 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"typescript": "3.5.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions src/routes/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Notyf } from "notyf";


import githubLogo from './images/icons/github-logo.svg';
import behanceLogo from './images/icons/behance-logo.svg';
// import behanceLogo from './images/icons/behance-logo.svg';

import openheavensImg from './images/openheavens.png';
import futMxShuttleImg from './images/fut_mx_shuttle.png';
Expand Down Expand Up @@ -116,14 +116,14 @@ class Home extends React.Component<appProps, appState> {
<Col md={10}>
<p>Tolu
— a
Software Engineer with passion for building products. Currently working as a Software Engineer at <a href="https://www.amazon.jobs" target="_blank">Amazon</a>.</p>
Software Engineer with passion for building products. Currently working as a Software Engineer at <a href="https://www.amazon.jobs" target="_blank" rel="noopener noreferrer">Amazon</a>.</p>
</Col>
<Col md={2} className={'d-none d-md-block'}>
<div style={{width: 64}} className='float-right'>
<a href={'https://github.com/tolujimoh'} target={'_blank'}>
<a href={'https://github.com/tolujimoh'} target="_blank" rel="noopener noreferrer">
<Image src={githubLogo} className={'social-icon'}/>
</a>
{/*<a href={'http://behance.net/tolu_jimoh'} target={'_blank'}><Image src={behanceLogo} className={'social-icon'} /></a>*/}
{/*<a href={'http://behance.net/tolu_jimoh'} target="_blank" rel="noopener noreferrer"><Image src={behanceLogo} className={'social-icon'} /></a>*/}
</div>
</Col>
</Row>
Expand Down Expand Up @@ -212,8 +212,8 @@ class Home extends React.Component<appProps, appState> {
<Col lg={8}>
<p>You can find me on <a
href={'https://www.linkedin.com/in/tolujimoh/'}
target={'_blank'}>LinkedIn</a>, or <a href={'https://twitter.com/tolujimoh'}
target={'_blank'}>Twitter</a>.<br/>
target="_blank" rel="noopener noreferrer">LinkedIn</a>, or <a href={'https://twitter.com/tolujimoh'}
target="_blank" rel="noopener noreferrer">Twitter</a>.<br/>
Go ahead and contact me via any of those communication channels, but if you’d like
you
can also send me an email.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/project/openheavens/openHeavens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class openHeavens extends React.Component<appProps, appState> {
</Col>
<Col>
<a href={'https://apps.apple.com/ng/app/open-heavens-connect/id1409055190'}
target={'_blank'}>
target="_blank" rel="noopener noreferrer">
<Image src={appleStoreIcon} style={{width: 200, height: "auto"}}
className={'float-right'}/></a>
</Col>
Expand Down

0 comments on commit 85b974a

Please sign in to comment.