Skip to content

Commit

Permalink
png problem fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaberat committed Mar 24, 2020
1 parent 8692e0a commit b241aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Welcome to my page

![screenshot of the home page](https://github.com/mustafaberat/personal-website-1/blob/master/public/img/output.png)
![screenshot of the home page](https://github.com/mustafaberat/personal-website-1/blob/master/public/img/output.PNG)
4 changes: 2 additions & 2 deletions components/ThingsComp.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const Things = () => {
<div className="container">
<h1 className="name-surname">Things</h1>
<div className="things">
<ThingsCard text='Personal Website' imageSource='/img/output.png' path='/' />
<ThingsCard text='XOX Game' imageSource='/img/xox-game-output.png' path='https://xox.now.sh/' />
<ThingsCard text='Personal Website' imageSource='img/output.PNG' path='/' />
<ThingsCard text='XOX Game' imageSource='img/xox-game-output.png' path='https://xox.now.sh/' />
{/* <ThingsCard text='DIV BUTTON' imageSource='img/output.png' path='#' /> */}
{/* <ThingsCard text='DIV BUTTON' imageSource='m-darkBlue.png' path='#' /> */}
{/* <ThingsCard text='DIV BUTTON' imageSource='m-blue.png' path='#' /> */}
Expand Down

1 comment on commit b241aed

@vercel
Copy link

@vercel vercel bot commented on b241aed Mar 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.