Skip to content

Commit

Permalink
feat: update contact section id
Browse files Browse the repository at this point in the history
The changes in this commit update the `id` attribute of the `<section>` element in the `Contact.astro` file from `"skills"` to `"contact"`. This change is made to ensure that the contact section has the correct ID for navigation and accessibility purposes.
Also upgraded Astro packages:
      ●  astro will be updated to v4.11.5
      ●  @astrojs/markdoc will be updated to v0.11.1
      ●  @astrojs/vercel will be updated to v7.7.2
mearleycf committed Jul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 271106d commit 6b29e66
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
@@ -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",
2 changes: 1 addition & 1 deletion src/components/astro/Contact.astro
Original file line number Diff line number Diff line change
@@ -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>
700 changes: 223 additions & 477 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6b29e66

Please sign in to comment.