diff --git a/content/docs/en/guides/plugin/tracking-mod-analytics-with-hstats.mdx b/content/docs/en/guides/plugin/tracking-mod-analytics-with-hstats.mdx index 0ba4bfbc..41fcb0af 100644 --- a/content/docs/en/guides/plugin/tracking-mod-analytics-with-hstats.mdx +++ b/content/docs/en/guides/plugin/tracking-mod-analytics-with-hstats.mdx @@ -55,5 +55,7 @@ HStats allows you to generate an Embed Card that you can place on your CurseForg - Customize the appearance (Light/Dark mode, layout, etc). - Copy the generated URL to display your "Active Servers" and "Players Online" live on your mod's description page -Heres an example of what they look like: -![HStats Example](https://api.hstats.dev/api/embed/d52fa672-6966-47b2-b501-1a11bddebac3/card.svg?theme=light&layout=compact&size=md&show_id=true&dark=false) \ No newline at end of file +Heres an example of what they look like (Multiple different options): +![HStats History Example](https://api.hstats.dev/api/embed/00a9cb44-fac7-4aae-bdd7-8fb5e8291280/card.svg?theme=light&layout=history&size=sm&show_id=true&dark=false) +![HStats Compact Example](https://api.hstats.dev/api/embed/00a9cb44-fac7-4aae-bdd7-8fb5e8291280/card.svg?theme=light&layout=compact&size=sm&show_id=true&dark=false) +![HStats Stacked Example](https://api.hstats.dev/api/embed/00a9cb44-fac7-4aae-bdd7-8fb5e8291280/card.svg?theme=light&layout=stacked&size=sm&show_id=true&dark=false) \ No newline at end of file