optimized-react-component-library-xyz123 0.23.7 → 0.23.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2689,7 +2689,7 @@ var ModalStandard_default = Modal;
|
|
|
2689
2689
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
2690
2690
|
var SkipLink = ({ activatedLanguage = "sv" }) => {
|
|
2691
2691
|
function scrollToMainContent() {
|
|
2692
|
-
const container = document.getElementById(`main-
|
|
2692
|
+
const container = document.getElementById(`pts-main-service-headline`);
|
|
2693
2693
|
if (container) {
|
|
2694
2694
|
container.scrollIntoView({ behavior: "smooth", block: "center" });
|
|
2695
2695
|
container.focus();
|