Skip to content

Commit

Permalink
feat: add tooltips to social media icons
Browse files Browse the repository at this point in the history
This commit adds tooltips to the social media icons in the navigation
bar to improve UX by showing which platform each icon represents on
hover.

Fixes webpack#7493
  • Loading branch information
Abhijeet641 committed Jan 9, 2025
1 parent 916c9dd commit 9a5330c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"node": ">= 20.9.0"
},
"scripts": {
"build": "webpack --config webpack.prod.mjs --define-process-env-node-env production && run-s printable content && webpack --config webpack.ssg.mjs --define-process-env-node-env production --env ssg",
"fetch": "run-s fetch-repos fetch:readmes fetch:supporters",
"clean-dist": "rimraf ./dist",
"clean-printable": "rimraf src/content/**/printable.mdx",
"preclean": "run-s clean-dist clean-printable",
Expand All @@ -32,11 +34,9 @@
"content": "node src/scripts/build-content-tree.mjs ./src/content ./src/_content.json",
"bundle-analyze": "run-s clean fetch content && webpack --config webpack.prod.mjs --define-process-env-node-env production && run-s printable content && webpack --config webpack.ssg.mjs --define-process-env-node-env production --env ssg --profile --json > stats.json && webpack-bundle-analyzer stats.json",
"fetch-repos": "node src/utilities/fetch-package-repos.mjs",
"fetch": "run-p fetch:*",
"fetch:readmes": "node src/utilities/fetch-package-readmes.mjs",
"fetch:supporters": "node src/utilities/fetch-supporters.mjs",
"prebuild": "npm run clean",
"build": "run-s fetch-repos fetch content && webpack --config webpack.prod.mjs --define-process-env-node-env production && run-s printable content && webpack --config webpack.ssg.mjs --define-process-env-node-env production --env ssg",
"postbuild": "npm run sitemap",
"build-test": "npm run build && http-server --port 3000 dist/",
"serve-dist": "http-server --port 3000 dist/",
Expand Down

0 comments on commit 9a5330c

Please sign in to comment.