Browse Source

added in missing id

charnpreetsingh 8 năm trước cách đây
mục cha
commit
1c46f15971
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/about/index.ts

+ 1 - 1
src/about/index.ts

@@ -371,7 +371,7 @@ class AboutWidget extends VDomWidget<AboutModel> {
       )
     );
 
-    return h.div(
+    return h.div({id: 'about' },
       h.div({ className: SECTION_CLASS },
         h.div({ className: SECTION_CENTER_CLASS },
           h.div({ className: CONTAINER_CLASS },