Skip to content

Commit

Permalink
Update Work.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aoiacai authored Jun 8, 2024
1 parent 11ea481 commit 01ec6e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/components/Work.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ const Work: React.FC = () => {
<img src="https://github.com/aoiacai/procon34_Open/blob/main/pic.png?raw=true" alt="Procon34 Open" style={{ height: '40vh' }} />
</a>
</div>
<div style={{ display: 'block' }}>
<Typography style={{ fontSize: '2vh' }}>jig.jp インターン 共同開発</Typography>
<a href="https://github.com/jigintern/ultimate-osechi">
<img src="/osechi.png" alt="jigjp intern" style={{ height: '40vh' }} />
</a>
</div>
<div style={{ display: 'block' }}>
<Typography style={{ fontSize: '2vh' }}>Pomodoro Timer</Typography>
<a href=" https://github.com/aoiacai/pomodoro_simple/blob/main/pic.png">
Expand All @@ -49,4 +43,4 @@ const Work: React.FC = () => {
);
};

export default Work;
export default Work;

0 comments on commit 01ec6e6

Please sign in to comment.