Procházet zdrojové kódy

bring OG text in line with current project status

Joel před 3 roky
rodič
revize
268b1f2ded
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Website/nuxt.config.js

+ 1 - 1
Website/nuxt.config.js

@@ -16,7 +16,7 @@ export default {
         hid: "description",
         name: "description",
         content:
-          "An extension that returns dislike statistics to YouTube. For now, it only works if a video had public display of dislikes enabled before YouTube removed dislike stats. ",
+          "An extension that returns dislike statistics to YouTube using a combination of scraped dislike stats and estimates extrapolated from extension user data.",
       },
       { hid: "og:image", name: "og:image", content: "/logo.png" },
       { hid: "theme-color", name: "theme-color", content: "#ff0000" },