Skip to content

Commit 74bc4b1

Browse files
authored
Merge pull request #118 from Gothsec/update
Update
2 parents 8bf9c85 + 79fd496 commit 74bc4b1

File tree

4 files changed

+37
-54
lines changed

4 files changed

+37
-54
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/react": "^4.2.4",
14+
"@astrojs/react": "^4.2.7",
1515
"@astrojs/tailwind": "^6.0.2",
1616
"@types/react": "^19.0.10",
1717
"@types/react-dom": "^19.0.3",
18-
"astro": "^5.7.4",
18+
"astro": "^5.7.11",
1919
"firebase": "^11.4.0",
2020
"ogl": "^1.0.11",
2121
"react": "^19.0.0",

pnpm-lock.yaml

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

src/React/LikeButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const LikeButton = () => {
8282
<button
8383
onClick={handleLike}
8484
disabled={isProcessing}
85-
className={`
85+
className={`hover:scale-105
8686
group relative w-40 h-10 flex items-center justify-center p-3
8787
rounded-full transition-all duration-300 ease-in-out transform border-2 ${borderColorClass}
8888
${!isLiked ? "md:hover:border-[var(--white)]" : ""}

src/components/projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const projects: Project[] = [
119119
target="_blank"
120120
href="https://github.com/Gothsec?tab=repositories"
121121
aria-label="GitHub"
122-
class="w-full flex items-center justify-center gap-2 mt-9 text-[var(--white-icon)] hover:text-white transition duration-300 ease-in-out border border-[var(--white-icon-tr)] p-3 rounded-full bg-[#1414149c] hover:bg-[var(--white-icon-tr)]"
122+
class="w-full flex items-center justify-center gap-2 mt-9 text-[var(--white-icon)] hover:text-white transition duration-300 ease-in-out border border-[var(--white-icon-tr)] p-3 rounded-full bg-[#1414149c] hover:bg-[var(--white-icon-tr)] hover:scale-105"
123123
>
124124
<span class="md:text-lg text-md">More projects on</span>
125125
<svg

0 commit comments

Comments
 (0)