diff --git a/app/views/wrapstodon/show.html.haml b/app/views/wrapstodon/show.html.haml
index 4cb57011fd..809b931b27 100644
--- a/app/views/wrapstodon/show.html.haml
+++ b/app/views/wrapstodon/show.html.haml
@@ -6,7 +6,7 @@
= opengraph 'og:site_name', site_title
= opengraph 'profile:username', acct(@account)[1..]
- = vite_typescript_tag 'wrapstodon.tsx', crossorigin: 'anonymous'
+ = flavoured_vite_typescript_tag 'wrapstodon.tsx', crossorigin: 'anonymous'
- content_for :html_classes, 'theme-dark'