Skip to content

Commit

Permalink
Update "Skip to Content" anchor link to point to the main content
Browse files Browse the repository at this point in the history
  • Loading branch information
agameronu authored and mestradanu committed Jun 26, 2020
1 parent b1da712 commit 9ebe349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>

<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'nusa' ); ?></a>
<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'nusa' ); ?></a>

<header class="header py-md-4 pb-md-4 pt-0" role="banner">
<?php if ( is_active_sidebar( 'value-props' ) ) { ?>
Expand Down

0 comments on commit 9ebe349

Please sign in to comment.