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.mjs CHANGED
@@ -2610,7 +2610,7 @@ var ModalStandard_default = Modal;
2610
2610
  import { jsx as jsx20 } from "react/jsx-runtime";
2611
2611
  var SkipLink = ({ activatedLanguage = "sv" }) => {
2612
2612
  function scrollToMainContent() {
2613
- const container = document.getElementById(`main-content`);
2613
+ const container = document.getElementById(`pts-main-service-headline`);
2614
2614
  if (container) {
2615
2615
  container.scrollIntoView({ behavior: "smooth", block: "center" });
2616
2616
  container.focus();