Skip to content

Commit

Permalink
Merge pull request #3 from mearleycf/master-1
Browse files Browse the repository at this point in the history
feat: update contact section id
  • Loading branch information
mearleycf authored Jul 5, 2024
2 parents 271106d + 6b29e66 commit 2cbf811
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 481 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/markdoc": "^0.11.0",
"@astrojs/markdoc": "0.11.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@astrojs/vercel": "7.7.2",
"@builder.io/qwik": "1.5.6",
"@fontsource-variable/inter": "^5.0.18",
"@fontsource/lilita-one": "^5.0.20",
"@fontsource/righteous": "^5.0.20",
"@qwikest/icons": "^0.0.13",
"@tailwindcss/container-queries": "^0.1.1",
"astro": "4.10.2",
"astro": "4.11.5",
"astro-icon": "^1.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/components/astro/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

<section
id="skills"
id="contact"
class="mt-10 flex flex-col items-center justify-center text-lightTurquoise-500"
>
<h2 class="mb-8 font-display text-3xl font-bold">Contact Me</h2>
Expand Down
Loading

0 comments on commit 2cbf811

Please sign in to comment.