Skip to content

Commit 14a7a8a

Browse files
authored
Merge pull request #30 from jonaspm:dev
fix: update HackCUU project URL to point to Facebook page
2 parents ed94453 + 7101243 commit 14a7a8a

3 files changed

Lines changed: 23 additions & 31 deletions

File tree

bun.lock

Lines changed: 20 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"devDependencies": {
1818
"@biomejs/biome": "^1.9.4",
19-
"@tailwindcss/vite": "^4.1.4",
20-
"tailwindcss": "^4.1.4"
19+
"@tailwindcss/vite": "^4.1.5",
20+
"tailwindcss": "^4.1.5"
2121
},
2222
"trustedDependencies": [
2323
"@biomejs/biome",

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const projects = [
3838
},
3939
{
4040
name: 'HackCUU 2017',
41-
url: 'https://hackcuu.com',
41+
url: 'https://facebook.com/hackcuu2',
4242
description: 'HackCUU 2017 MLH hackathon lead organizer.',
4343
image: await getImage({ src: hackcuuImage }),
4444
},

0 commit comments

Comments
 (0)