Skip to content

Commit 38173f7

Browse files
authored
Merge pull request #122 from moollaza/add-screenshot-update-tooling
Update personal website screenshot on projects page
2 parents 0ef4c63 + e187bb7 commit 38173f7

File tree

5 files changed

+3
-167
lines changed

5 files changed

+3
-167
lines changed

.github/workflows/update-screenshot.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1717
"format": "prettier --write .",
1818
"lint": "prettier --check . && eslint .",
19-
"test": "playwright test",
20-
"screenshot:homepage": "node scripts/screenshot-homepage.mjs",
21-
"screenshot:update-personal-website": "node scripts/update-personal-website-screenshot.mjs"
19+
"test": "playwright test"
2220
},
2321
"devDependencies": {
2422
"@argos-ci/playwright": "^6.1.3",

scripts/update-personal-website-screenshot.mjs

Lines changed: 0 additions & 94 deletions
This file was deleted.
30.3 KB
Loading

src/routes/projects/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import quickBudgetImg from "$lib/assets/images/projects/quick-budget.png?enhanced";
88
import howManyRakatsImg from "$lib/assets/images/projects/how-many-rakats.png?enhanced";
99
import uncovrImg from "$lib/assets/images/projects/uncovr.png?enhanced";
10+
import personalWebsiteImg from "$lib/assets/images/projects/personal-website.png?enhanced";
1011
1112
function countProjectClick(projectTitle: string, linkType: "demo" | "github") {
1213
if (typeof window !== "undefined" && window.fathom) {
@@ -57,7 +58,7 @@
5758
url: "https://zaahir.ca",
5859
github: "https://github.com/moollaza/zaahir.ca",
5960
tech: "SvelteKit, Tailwind",
60-
image: uncovrImg, // Temporary using uncovr image until we have personal website screenshot
61+
image: personalWebsiteImg, // Temporary using uncovr image until we have personal website screenshot
6162
},
6263
{
6364
id: 5,

0 commit comments

Comments
 (0)