Skip to content

Commit b34f502

Browse files
Copilotleecalcote
andcommitted
Add anchor IDs to brand page sections for shareable navigation links
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
1 parent 8830bae commit b34f502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sections/Company/Brand/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const scrollTo = (element, sectionId, duration = 2000) => {
5252
if (sectionId) {
5353
window.history.pushState(null, null, `#${sectionId}`);
5454
}
55-
55+
5656
let e = document.documentElement;
5757
if (e.scrollTop === 0) {
5858
let t = e.scrollTop;

0 commit comments

Comments
 (0)