Browse Source

Add class to "pvs entity sub components"

jherve 1 year ago
parent
commit
c0bff91d06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/LinkedIn/ArtDecoCard.purs

+ 1 - 1
src/LinkedIn/ArtDecoCard.purs

@@ -83,7 +83,7 @@ instance Show ArtDecoCenter where
 parseArtDecoCenter :: Parser ArtDecoCenter
 parseArtDecoCenter n = do
   header <- queryOneAndParse ":scope > div" parseArtDecoCenterHeader n
-  content <- queryOneAndParse ":scope > div ~ div" parseArtDecoCenterContent n
+  content <- queryOneAndParse ":scope > div.pvs-entity__sub-components" parseArtDecoCenterContent n
 
   pure $ ado
     h <- header