Skip to content

Commit

Permalink
Merge pull request #144 from marcoandre1/release
Browse files Browse the repository at this point in the history
[MERGE]: release to master
  • Loading branch information
marcoandre1 authored Jan 11, 2023
2 parents 0dfe9fc + 8ce5f0a commit ec94598
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.0.2

- #77 Add project link to images (@marcoandre1)

## v2.0.1

- #78 Add new projects: actually some old projects that where never included on the website (@marcoandre1)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modokemdev-website",
"version": "2.0.1",
"version": "2.0.2",
"description": "Modokemdev website created using create-react-app",
"main": "index.js",
"private": true,
Expand Down
4 changes: 3 additions & 1 deletion src/components/Project.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ export default function Project({
</div>
</div>
<div className="mb-6">
<ProjectImage id={image} />
<a href={url}>
<ProjectImage id={image} />
</a>
</div>
<div className="text-gray-600 dark:text-white">{description.text}</div>
</div>
Expand Down

0 comments on commit ec94598

Please sign in to comment.